diff options
author | Amit Kumar <amitkma@e.email> | 2021-05-12 17:51:59 +0530 |
---|---|---|
committer | Amit Kumar <amitkma@e.email> | 2021-05-12 17:52:36 +0530 |
commit | 574233624a9261a800fd5ddd234208f2c6994766 (patch) | |
tree | bf0c0cae7921f1df2f41a413de937ce29b1b6ebe /app/build.gradle | |
parent | 82e0270637a798598d1e2e5050d5a0795f8be008 (diff) |
Update applicationId to foundation.e.privacycentralapp
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index a095464..1c3b820 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,11 +24,11 @@ android { flavorDimensions 'os' productFlavors { e { - applicationId 'foundation.e.privacymodulesdemo.e' + applicationIdSuffix '.e' dimension 'os' } google { - applicationId 'foundation.e.privacymodeulesdemo.google' + applicationIdSuffix '.google' dimension 'os' } } |