v2.2.1: fixed copyAndroidNatives task not automatically running
This commit is contained in:
@@ -98,3 +98,7 @@ task copyAndroidNatives() {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tasks.matching { it.name.contains("merge") && it.name.contains("JniLibFolders") }.configureEach { packageTask ->
|
||||
packageTask.dependsOn 'copyAndroidNatives'
|
||||
}
|
||||
Reference in New Issue
Block a user