This website requires JavaScript.
Explore
Help
Sign In
kiwix
/
kiwix-android
Watch
1
Star
0
Fork
0
You've already forked kiwix-android
mirror of
https://github.com/kiwix/kiwix-android.git
synced
2025-08-03 02:36:24 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
kiwix-android
/
buildSrc
History
MohitMaliFtechiz
e472d11dc2
Refactored the java.util.Locale constructor, which is deprecated in Android 16. * Created to utilize the methods introduced in this Android version. * Upgraded AGP to , which supports Android 16. * Replaced targetSdkVersion and compileSdkVersion with targetSdkPreview and compileSdkPreview to add support for Android 16. * After upgrading the gradle lint showing some new errors so we have fixed those lint errors that required us to use the KTX extension functions, as they internally utilize the same functions we were using.
2025-03-31 12:11:09 +05:30
..
src/main
/kotlin
Refactored the java.util.Locale constructor, which is deprecated in Android 16. * Created to utilize the methods introduced in this Android version. * Upgraded AGP to , which supports Android 16. * Replaced targetSdkVersion and compileSdkVersion with targetSdkPreview and compileSdkPreview to add support for Android 16. * After upgrading the gradle lint showing some new errors so we have fixed those lint errors that required us to use the KTX extension functions, as they internally utilize the same functions we were using.
2025-03-31 12:11:09 +05:30
.gitignore
use buildSrcVersions to extract dependencies, correct pre-commit script
2019-09-30 14:38:10 +01:00
build.gradle.kts
Refactored the java.util.Locale constructor, which is deprecated in Android 16. * Created to utilize the methods introduced in this Android version. * Upgraded AGP to , which supports Android 16. * Replaced targetSdkVersion and compileSdkVersion with targetSdkPreview and compileSdkPreview to add support for Android 16. * After upgrading the gradle lint showing some new errors so we have fixed those lint errors that required us to use the KTX extension functions, as they internally utilize the same functions we were using.
2025-03-31 12:11:09 +05:30