summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheScarastic <warabhishek@e.email>2022-04-27 12:53:22 +0530
committerTheScarastic <warabhishek@e.email>2022-04-27 13:26:42 +0530
commit3d0a92d08bc21258ae0b3cd813844ef55213c264 (patch)
tree99f6aa79ae6e4b60e1faf7820cfdc63bba29682b
parent1a7460b9e2e56697bd70b5c4da1321efdd09f19c (diff)
privacycentralapp: remove suffix from package name
-rw-r--r--app/build.gradle6
1 files changed, 2 insertions, 4 deletions
diff --git a/app/build.gradle b/app/build.gradle
index dbbfa47..357a205 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -8,7 +8,7 @@ android {
compileSdkVersion buildConfig.compileSdk
defaultConfig {
- applicationId "foundation.e.privacycentralapp"
+ applicationId "foundation.e.advancedprivacy"
minSdkVersion buildConfig.minSdk
targetSdkVersion buildConfig.targetSdk
versionCode buildConfig.version.code
@@ -44,13 +44,11 @@ android {
flavorDimensions 'os'
productFlavors {
e29 {
- applicationIdSuffix '.e'
dimension 'os'
minSdkVersion 26
targetSdkVersion 29
}
e30 {
- applicationIdSuffix '.e'
dimension 'os'
minSdkVersion 30
targetSdkVersion 30
@@ -112,7 +110,7 @@ dependencies {
//googleImplementation project(":privacymodulesgoogle")
// include the e specific version of the modules, just for the e flavor
- implementation 'foundation.e:privacymodule.trackerfilter:0.6.0'
+ implementation 'foundation.e:privacymodule.trackerfilter:0.6.1'
implementation 'foundation.e:privacymodule.api:1.0.0'
e29Implementation 'foundation.e:privacymodule.e-29:0.4.2'
e30Implementation 'foundation.e:privacymodule.e-30:0.4.2'