diff options
author | cyBerta <cyberta@riseup.net> | 2017-12-14 19:01:28 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2017-12-14 19:01:28 +0100 |
commit | 25d215400d500bdb7537e604ed91ced586821ef2 (patch) | |
tree | cb29df26bec196f8628947897a5fe9977b00a229 /app/build.gradle | |
parent | b84f9942a3f87f9d1e589221ed2eb3900518d8d9 (diff) | |
parent | 18e24819eed388d349dbf6d7cd21534d7074bf5d (diff) |
Update constants renaming
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 718e9133..048eb597 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,6 +10,7 @@ android { defaultConfig { applicationId "se.leap.bitmaskclient" resValue "string", "app_name", "Bitmask" + vectorDrawables.useSupportLibrary = true } signingConfigs { @@ -76,8 +77,9 @@ dependencies { compile 'com.squareup.okhttp3:okhttp:3.9.0' compile 'mbanje.kurt:fabbutton:1.1.4' compile "com.android.support:support-core-utils:26.1.0" - compile 'com.android.support:support-annotations:26.1.0' + compile 'com.android.support:support-annotations:27.0.1' compile 'com.android.support:support-v4:26.1.0' + compile 'com.android.support:appcompat-v7:26.1.0' } def processFileInplace(file, Closure processText) { |