summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorGuillaume Jacquart <guillaume.jacquart@hoodbrains.com>2023-11-06 08:14:27 +0000
committerGuillaume Jacquart <guillaume.jacquart@hoodbrains.com>2023-11-06 08:14:27 +0000
commit95d9421d4d982562f83db019e5c3f59c5acfcdf4 (patch)
tree56c69c0911e512aaaecd22cb02f2c1305f42d8e2 /app/build.gradle
parent50e213ce1db332b95af5018e553c0ee2cd810e39 (diff)
parent9d55978063947d5865bb3fa4e0c2ebef78f78812 (diff)
Merge branch 'epic18-standalone_trackers_tor' into 'main'
epic18: Manage VPN services for Tor or Tracker control See merge request e/os/advanced-privacy!149
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle13
1 files changed, 6 insertions, 7 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 216b81a..95bbee6 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -20,7 +20,6 @@ plugins {
id 'com.android.application'
id 'kotlin-android'
id 'kotlin-kapt'
- id 'kotlin-parcelize'
id 'androidx.navigation.safeargs.kotlin'
}
@@ -82,7 +81,7 @@ android {
// expected by the android gradle plugin.
flavorDimensions 'os'
productFlavors {
- e {
+ eos {
dimension 'os'
minSdkVersion 29
targetSdkVersion 32
@@ -144,20 +143,20 @@ android {
dependencies {
implementation project(':core')
standaloneImplementation project(':permissionsstandalone')
- eImplementation project(':permissionse')
+ eosImplementation project(':permissionseos')
implementation project(':fakelocation')
- eImplementation files('libs/lineage-sdk.jar')
+ eosImplementation files('libs/lineage-sdk.jar')
implementation project(':trackers')
implementation project(':ipscrambling')
- eImplementation project(':trackersservicee')
+ eosImplementation project(':trackersserviceeos')
standaloneImplementation project(':trackersservicestandalone')
implementation (
- libs.e.elib,
+ libs.eos.elib,
libs.androidx.core.ktx,
libs.androidx.appcompat,
@@ -174,7 +173,7 @@ dependencies {
libs.maplibre,
libs.mpandroidcharts,
- libs.e.telemetry,
+ libs.eos.telemetry,
libs.timber
)