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