summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
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 fdb8684..42bf90d 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) {