Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1d3be6e authored by Abhishek Aggarwal's avatar Abhishek Aggarwal
Browse files

Merge branch '5337-package_rename' into 'main'

privacycentralapp: remove suffix from package name

See merge request e/privacy-central/privacycentralapp!48
parents 1a7460b9 3d0a92d0
Loading
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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'