diff options
author | Fup Duck <fupduck@sacknagel.com> | 2018-01-08 15:49:34 +0100 |
---|---|---|
committer | Fup Duck <fupduck@sacknagel.com> | 2018-01-08 15:49:34 +0100 |
commit | bd99fc61a2e8217c41b70c6f2ff0df87e7008ea0 (patch) | |
tree | 3bff12a513159483debedcb377015184aceb2e45 /app/build.gradle | |
parent | 4f7200c55032d17c9bdbdb30cfd83dc757c63fe7 (diff) |
seperate accountList and settingsList in drawer
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index f510b098..e90f5be7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,7 +5,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 26 - buildToolsVersion '26.0.0' + buildToolsVersion '26.0.2' defaultConfig { applicationId "se.leap.bitmaskclient" @@ -77,7 +77,7 @@ 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:27.0.1' + compile 'com.android.support:support-annotations:27.0.2' compile 'com.android.support:support-v4:26.1.0' compile 'com.android.support:appcompat-v7:26.1.0' compile 'com.android.support:design:26.1.0' |