Android: Fix Adrenotools in release builds

This commit is contained in:
Robin Kertels
2023-06-11 21:24:00 +02:00
parent 5c0581e990
commit 6f55b26751
2 changed files with 44 additions and 0 deletions

View File

@ -128,6 +128,10 @@ android {
}
}
}
packagingOptions {
jniLibs.useLegacyPackaging = true
}
}
dependencies {