v2.2.1: fixed copyAndroidNatives task not automatically running

This commit is contained in:
Evan Debenham
2023-10-25 14:25:49 -04:00
parent 8473bc27ef
commit 73b3dcb92c

View File

@@ -98,3 +98,7 @@ task copyAndroidNatives() {
} }
} }
} }
tasks.matching { it.name.contains("merge") && it.name.contains("JniLibFolders") }.configureEach { packageTask ->
packageTask.dependsOn 'copyAndroidNatives'
}