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
2a9bbe71b3
Resolve namespace issues for compatibility with Gradle 8.0 and above. * In compliance with the requirement to specify a namespace for each module, we have eliminated package names from manifests and introduced namespace declarations in the Gradle files. * Considering the presence of multiple apps in the custom app, we configured the namespace during the creation of product flavors. * To enhance clarity and understanding, comprehensive comments have been added.
2024-08-16 15:35:10 +00:00
..
src/main
/kotlin
Resolve namespace issues for compatibility with Gradle 8.0 and above. * In compliance with the requirement to specify a namespace for each module, we have eliminated package names from manifests and introduced namespace declarations in the Gradle files. * Considering the presence of multiple apps in the custom app, we configured the namespace during the creation of product flavors. * To enhance clarity and understanding, comprehensive comments have been added.
2024-08-16 15:35:10 +00:00
.gitignore
use buildSrcVersions to extract dependencies, correct pre-commit script
2019-09-30 14:38:10 +01:00
build.gradle.kts
Upgraded Gradle to 8.1.3 * Added the namespace property in the build.gradle file because, in the newer Gradle version, it is necessary to specify the namespace in the build.gradle file instead of declaring it in the manifest file.
2024-08-16 15:35:10 +00:00