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 {
|
||||
namespace 'com.stevesoltys.seedvault'
|
||||
compileSdk rootProject.ext.compileSdk
|
||||
|
||||
defaultConfig {
|
||||
|
|
|
@ -9,6 +9,7 @@ plugins {
|
|||
}
|
||||
|
||||
android {
|
||||
namespace 'org.calyxos.backup.contacts'
|
||||
compileSdk rootProject.ext.compileSdk
|
||||
|
||||
defaultConfig {
|
||||
|
|
|
@ -11,6 +11,7 @@ plugins {
|
|||
}
|
||||
|
||||
android {
|
||||
namespace 'de.grobox.storagebackuptester'
|
||||
compileSdk rootProject.ext.compileSdk
|
||||
|
||||
defaultConfig {
|
||||
|
|
|
@ -13,6 +13,7 @@ plugins {
|
|||
}
|
||||
|
||||
android {
|
||||
namespace 'org.calyxos.backup.storage'
|
||||
compileSdk rootProject.ext.compileSdk
|
||||
|
||||
defaultConfig {
|
||||
|
|
Loading…
Reference in a new issue