From 8b63a0a7f909ce5234fb2035c96262bb8cbb66e7 Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Wed, 2 Aug 2023 23:52:41 +0800 Subject: [PATCH] Set appropriate namespace in all modules Required by new AGP versions Signed-off-by: Aayush Gupta --- app/build.gradle | 1 + contactsbackup/build.gradle | 1 + storage/demo/build.gradle | 1 + storage/lib/build.gradle | 1 + 4 files changed, 4 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index c943e8ba..cdba3720 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,6 +14,7 @@ def gitDescribe = { -> } android { + namespace 'com.stevesoltys.seedvault' compileSdk rootProject.ext.compileSdk defaultConfig { diff --git a/contactsbackup/build.gradle b/contactsbackup/build.gradle index f0f1f5e1..a3d885a2 100644 --- a/contactsbackup/build.gradle +++ b/contactsbackup/build.gradle @@ -9,6 +9,7 @@ plugins { } android { + namespace 'org.calyxos.backup.contacts' compileSdk rootProject.ext.compileSdk defaultConfig { diff --git a/storage/demo/build.gradle b/storage/demo/build.gradle index b42c797a..75aa450e 100644 --- a/storage/demo/build.gradle +++ b/storage/demo/build.gradle @@ -11,6 +11,7 @@ plugins { } android { + namespace 'de.grobox.storagebackuptester' compileSdk rootProject.ext.compileSdk defaultConfig { diff --git a/storage/lib/build.gradle b/storage/lib/build.gradle index e2f032d5..3df7ed72 100644 --- a/storage/lib/build.gradle +++ b/storage/lib/build.gradle @@ -13,6 +13,7 @@ plugins { } android { + namespace 'org.calyxos.backup.storage' compileSdk rootProject.ext.compileSdk defaultConfig {