summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorNishith Khanna <nishithkhanna@e.email>2022-10-14 08:19:36 +0000
committerNishith Khanna <nishithkhanna@e.email>2022-10-14 08:19:36 +0000
commitabac028841489812adb013fc0426bb60b3d32f2e (patch)
treedcd904d404085d7a16fa90cf4d6e6ea3d06b6d9e /app/build.gradle
parent46c15170898f3680a0d9868218fb631b2320978c (diff)
parentc0c28280a2abbad5baecd4ed58939734616b5f43 (diff)
Merge branch 'epic34-s-app_redesign' into 'main'
Integrate elib See merge request e/os/advanced-privacy!92
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle6
1 files changed, 1 insertions, 5 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 3db8319..448bb30 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -111,10 +111,6 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}
- aaptOptions {
- additionalParameters '-I', 'app/libs/e-ui-sdk-1.0.1-q.jar'
- }
-
buildFeatures {
dataBinding true
viewBinding true
@@ -128,7 +124,6 @@ dependencies {
implementation project(':fakelocation')
- eCompileOnly files('libs/e-ui-sdk-1.0.1-q.jar')
eImplementation files('libs/lineage-sdk.jar')
implementation project(':trackers')
@@ -157,6 +152,7 @@ dependencies {
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
+ implementation 'foundation.e:elib:0.0.1-alpha11'
}
static def log(Object val) {