Set appropriate namespace in all modules

Required by new AGP versions

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta 2023-08-02 23:52:41 +08:00
parent b330b7baa6
commit 8b63a0a7f9
4 changed files with 4 additions and 0 deletions

View file

@ -14,6 +14,7 @@ def gitDescribe = { ->
}
android {
namespace 'com.stevesoltys.seedvault'
compileSdk rootProject.ext.compileSdk
defaultConfig {

View file

@ -9,6 +9,7 @@ plugins {
}
android {
namespace 'org.calyxos.backup.contacts'
compileSdk rootProject.ext.compileSdk
defaultConfig {

View file

@ -11,6 +11,7 @@ plugins {
}
android {
namespace 'de.grobox.storagebackuptester'
compileSdk rootProject.ext.compileSdk
defaultConfig {

View file

@ -13,6 +13,7 @@ plugins {
}
android {
namespace 'org.calyxos.backup.storage'
compileSdk rootProject.ext.compileSdk
defaultConfig {