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
History
MohitMali
0e6300f20c
Minimum SDK version changed to 24: The NDK version in kiwix-build has been upgraded (as mentioned in
https://github.com/kiwix/kiwix-build/issues/544
). However, to make this upgrade compatible, the minimum SDK version had to be updated to 24 since the NDK version is not compatible with Android API levels below 24. The README.md file has been updated to reflect the new minimum Android support version, which is now Android 7, due to the change in the minimum SDK version. Since the project's minimum SDK version is now 24, some conditions related to Android 23 and 24 have become unused. These unused conditions have been removed, and along with that, the drawable-night-23 and drawable-23 launch_screen.xml files, which were no longer in use, have also been removed.
2023-07-27 18:08:27 +05:30
..
src/main
/kotlin
Minimum SDK version changed to 24: The NDK version in kiwix-build has been upgraded (as mentioned in
https://github.com/kiwix/kiwix-build/issues/544
). However, to make this upgrade compatible, the minimum SDK version had to be updated to 24 since the NDK version is not compatible with Android API levels below 24. The README.md file has been updated to reflect the new minimum Android support version, which is now Android 7, due to the change in the minimum SDK version. Since the project's minimum SDK version is now 24, some conditions related to Android 23 and 24 have become unused. These unused conditions have been removed, and along with that, the drawable-night-23 and drawable-23 launch_screen.xml files, which were no longer in use, have also been removed.
2023-07-27 18:08:27 +05:30
.gitignore
use buildSrcVersions to extract dependencies, correct pre-commit script
2019-09-30 14:38:10 +01:00
build.gradle.kts
Changed secret key as PLAYSTORE_JSON
2023-04-13 12:57:34 +02:00