Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <stefan.niedermann@googlemail.com>2016-09-14 09:52:29 +0300
committerStefan Niedermann <stefan.niedermann@googlemail.com>2016-09-14 09:52:29 +0300
commit5933b96a86c95e8d102f717a08bedb85252d90e3 (patch)
tree1321e4386c72af8970a92153b3df986ed2a478bf /app/build.gradle
parent9dd1a8b89c1891d2e8927fa7f46057937fe26440 (diff)
#130 Bugfixes for 0.9.0
Server-URL-checkmark in settings activity is misaligned
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 9276027d..f4da74eb 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -21,9 +21,9 @@ android {
dependencies {
compile 'com.commit451:bypasses:1.0.1'
- compile 'com.android.support:support-v4:24.2.0'
- compile 'com.android.support:appcompat-v7:24.2.0'
- compile 'com.android.support:design:24.2.0'
- compile 'com.android.support:recyclerview-v7:24.2.0'
+ compile 'com.android.support:support-v4:24.2.1'
+ compile 'com.android.support:appcompat-v7:24.2.1'
+ compile 'com.android.support:design:24.2.1'
+ compile 'com.android.support:recyclerview-v7:24.2.1'
compile fileTree(dir: 'libs', include: ['*.jar'])
}