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 10:46:53 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
kiwix-android
/
buildSrc
/
src
/
main
/
kotlin
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
..
custom
Fixed: Not able to upload 512MB+ custom apps anymore.
2024-06-13 17:36:15 +05:30
plugin
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
Config.kt
Added support for Android 16. * Upgraded the AGP to which supports Android 16.
2025-03-31 12:11:09 +05:30
Libs.kt
Refined the Compose dependencies.
2025-03-07 23:04:07 +01:00
VersionCodeGenerator.kt
Added logs to check whether the environment variable is set, for debugging purposes.
2025-01-06 13:17:16 +05:30
Versions.kt
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