From c0c28280a2abbad5baecd4ed58939734616b5f43 Mon Sep 17 00:00:00 2001 From: Nishith Khanna Date: Fri, 14 Oct 2022 12:45:10 +0530 Subject: Integrate elib --- app/build.gradle | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'app/build.gradle') 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) { -- cgit v1.2.1