feat: enhance Android APK build process and update download links in documentation

This commit is contained in:
Sarto
2026-04-15 15:53:37 +03:30
parent e31bafe001
commit ebef4d0fd7
4 changed files with 71 additions and 4 deletions
+9
View File
@@ -64,6 +64,15 @@ android {
}
}
splits {
abi {
enable true
reset()
include 'arm64-v8a', 'armeabi-v7a'
universalApk true
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17