Skip to content

Commit b9b07da

Browse files
authored
fix
1 parent 3c3e8d2 commit b9b07da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

android/app/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,10 @@ task copyDownloadableDepsToLibs(type: Copy) {
221221
into 'libs'
222222
}
223223

224-
project.afterEvaluate {
225-
tasks.findAll { task ->
226-
task.name.startsWith('merge') && task.name.endsWith('Resources')
227-
}.each { t -> t.dependsOn "copyReleaseBundledJs" }
224+
project.afterEvaluate {
225+
tasks.findAll { task ->
226+
task.name.startsWith('merge') && task.name.endsWith('Resources')
227+
}.each { t -> t.dependsOn "copyReleaseBundledJs" }
228228
}
229229

230230
subprojects { subproject ->

0 commit comments

Comments
 (0)