File tree 1 file changed +1
-10
lines changed
1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -146,10 +146,6 @@ android {
146
146
)
147
147
}
148
148
149
- tasks.withType<MergeSourceSetFolders > { dependsOn(getTasksByName(" copyExtraAssets" , true )) }
150
-
151
- tasks.withType<LintModelWriterTask > { dependsOn(getTasksByName(" copyExtraAssets" , true )) }
152
-
153
149
// Suppressing since we don't seem have much of an option than using this api. The impact should
154
150
// also be limited to tests.
155
151
@Suppress(" UnstableApiUsage" )
@@ -241,6 +237,7 @@ android {
241
237
}
242
238
243
239
project.tasks.assemble.dependsOn(" ensureJniDirectoryExist" )
240
+ project.tasks.assemble.dependsOn(" copyExtraAssets" )
244
241
project.tasks.assemble.dependsOn(" ensureValidVersionCode" )
245
242
}
246
243
@@ -306,12 +303,6 @@ tasks.create("printVersion") {
306
303
}
307
304
}
308
305
309
- afterEvaluate {
310
- tasks.withType(com.android.build.gradle.internal.lint.AndroidLintAnalysisTask ::class .java) {
311
- mustRunAfter(tasks.getByName(" copyExtraAssets" ))
312
- }
313
- }
314
-
315
306
play { serviceAccountCredentials.set(file(" play-api-key.json" )) }
316
307
317
308
dependencies {
You can’t perform that action at this time.
0 commit comments