diff options
author | Amit Kumar <amitkma@e.email> | 2021-06-16 01:57:50 +0530 |
---|---|---|
committer | Amit Kumar <amitkma@e.email> | 2021-06-16 01:59:39 +0530 |
commit | e40866d03008ec6dafa0016a31ee4c9e820032df (patch) | |
tree | 6e0a1b73b1c0e87f8c46504b6ac6882ab5fc35fc /app/build.gradle | |
parent | f4fe8a4d881deef7e43ffe296df804c8c2c7a657 (diff) |
Fix UI bugs and reformat code
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index 8c18e06..8d94e2b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -80,6 +80,10 @@ android { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } + + aaptOptions { + additionalParameters '-I', 'app/libs/e-ui-sdk-1.0.1-q.jar' + } } dependencies { |