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

gitlab.com/quite/humla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Comminos <andrew@morlunk.com>2014-10-18 03:52:52 +0400
committerAndrew Comminos <andrew@morlunk.com>2014-10-18 03:52:52 +0400
commitb0d14d143e81e1ebcdf80808a8b83e37001ae2f1 (patch)
tree8ebec53300de9be3402d3f22cecf55770c222e9a /build.gradle
parenta7b4b4e0a426a6617c8331de245e96a82cf03942 (diff)
Updated support library version. Fixed protocol string.
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index dbb3fef..dcfc686 100644
--- a/build.gradle
+++ b/build.gradle
@@ -30,7 +30,7 @@ repositories {
}
dependencies {
- compile 'com.android.support:support-v4:19.1.+'
+ compile 'com.android.support:support-v4:21.+'
compile 'com.google.protobuf:protobuf-java:2.5.0'
compile 'com.madgag.spongycastle:core:1.51.0.0'