We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3e8d2 commit b9b07daCopy full SHA for b9b07da
android/app/build.gradle
@@ -221,10 +221,10 @@ task copyDownloadableDepsToLibs(type: Copy) {
221
into 'libs'
222
}
223
224
-project.afterEvaluate {
225
- tasks.findAll { task ->
226
- task.name.startsWith('merge') && task.name.endsWith('Resources')
227
- }.each { t -> t.dependsOn "copyReleaseBundledJs" }
+project.afterEvaluate {
+ tasks.findAll { task ->
+ task.name.startsWith('merge') && task.name.endsWith('Resources')
+ }.each { t -> t.dependsOn "copyReleaseBundledJs" }
228
229
230
subprojects { subproject ->
0 commit comments