build: small fixes related to gradle 8.7 upgrade
This commit is contained in:
@@ -113,6 +113,8 @@ internal class UniFfiAndroidPlugin : Plugin<Project> {
|
||||
val moveNativeAndroidLibs by tasks.register<Copy>("moveNativeAndroidLibs") {
|
||||
|
||||
dependsOn(buildAndroidAarch64Binary)
|
||||
dependsOn(buildAndroidArmv7Binary)
|
||||
dependsOn(buildAndroidX86_64Binary)
|
||||
|
||||
into("${project.projectDir}/../lib/src/main/jniLibs/")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user