mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 06:42:21 -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.
|
// 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
|
// This is now specified in the Gradle configuration instead of declaring
|
||||||
// it directly in the AndroidManifest file.
|
// it directly in the AndroidManifest file.
|
||||||
namespace = "org.kiwix.kiwixcustom$name"
|
namespace = "org.kiwix.kiwixmobile.custom"
|
||||||
File("$projectDir/src", "$name/$name.zim").let {
|
File("$projectDir/src", "$name/$name.zim").let {
|
||||||
createDownloadTask(it)
|
createDownloadTask(it)
|
||||||
createPublishApkWithExpansionTask(it, applicationVariants)
|
createPublishApkWithExpansionTask(it, applicationVariants)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user