diff options
author | Amit Kumar <amitkma@e.email> | 2021-05-14 21:20:57 +0530 |
---|---|---|
committer | Amit Kumar <amitkma@e.email> | 2021-05-14 21:20:57 +0530 |
commit | da842396556248654acacfdebbc01f5e20132eb6 (patch) | |
tree | f2953fe0c56fea020869d0dfed77f3a4e851d434 /app/build.gradle | |
parent | 7c02e9a048319c10d7396e7ec094c368f27273fd (diff) |
Extract toolbar implementation and add back navigation support
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 |