Set appropriate namespace in all modules
Required by new AGP versions Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
parent
b330b7baa6
commit
8b63a0a7f9
4 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,7 @@ def gitDescribe = { ->
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
namespace 'com.stevesoltys.seedvault'
|
||||||
compileSdk rootProject.ext.compileSdk
|
compileSdk rootProject.ext.compileSdk
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
|
|
|
@ -9,6 +9,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
namespace 'org.calyxos.backup.contacts'
|
||||||
compileSdk rootProject.ext.compileSdk
|
compileSdk rootProject.ext.compileSdk
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
|
|
|
@ -11,6 +11,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
namespace 'de.grobox.storagebackuptester'
|
||||||
compileSdk rootProject.ext.compileSdk
|
compileSdk rootProject.ext.compileSdk
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
|
|
|
@ -13,6 +13,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
namespace 'org.calyxos.backup.storage'
|
||||||
compileSdk rootProject.ext.compileSdk
|
compileSdk rootProject.ext.compileSdk
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
|
|
Loading…
Reference in a new issue