We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdaaf8c commit e254a0bCopy full SHA for e254a0b
android/app/build.gradle.kts
@@ -242,8 +242,10 @@ android {
242
createDistBundle.dependsOn("bundle$capitalizedVariantName")
243
244
// Ensure that we have all the JNI libs before merging them.
245
- tasks["merge${capitalizedVariantName}JniLibFolders"].apply {
+ tasks["merge${capitalizedVariantName}Assets"].apply {
246
dependsOn(tasks["generateRelayList"])
247
+ }
248
+ tasks["merge${capitalizedVariantName}JniLibFolders"].apply {
249
dependsOn("cargoBuild")
250
}
251
0 commit comments