mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
Fixed, package name and R classes not found in custom module
This commit is contained in:
parent
1d7cbbd96b
commit
8f6cde05b3
@ -33,7 +33,7 @@ android {
|
||||
// Added namespace for every custom app to make it compatible with gradle 8.0 and above.
|
||||
// This is now specified in the Gradle configuration instead of declaring
|
||||
// it directly in the AndroidManifest file.
|
||||
namespace = "org.kiwix.kiwixcustom$name"
|
||||
namespace = "org.kiwix.kiwixmobile.custom"
|
||||
File("$projectDir/src", "$name/$name.zim").let {
|
||||
createDownloadTask(it)
|
||||
createPublishApkWithExpansionTask(it, applicationVariants)
|
||||
|
Loading…
x
Reference in New Issue
Block a user