build: small fixes related to gradle 8.7 upgrade

This commit is contained in:
thunderbiscuit
2024-04-09 16:15:08 -04:00
parent 78ef936369
commit 0eadff1327
3 changed files with 9 additions and 0 deletions

View File

@@ -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/")