diff options
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index 1c3b820..8c3d904 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -53,9 +53,12 @@ android { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } + + } dependencies { + compileOnly files('libs/e-ui-sdk-1.0.1-q.jar') implementation project(":privacymodulesapi") // include the google specific version of the modules, just for the google flavor |