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

github.com/Morlunk/Jumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Comminos <andrewcomminos@gmail.com>2013-12-25 10:49:58 +0400
committerAndrew Comminos <andrewcomminos@gmail.com>2013-12-25 10:49:58 +0400
commitbffbf084920f9d92834ffde43f44b152e5c5cf92 (patch)
tree0d2e21dbbd0b6d983c03f8c5766d8b28cb27b467
parent68e2a926308721564251f124c2a83a26311b5a9a (diff)
Updated support library to v19.
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 84eb4c4..e2bc290 100644
--- a/build.gradle
+++ b/build.gradle
@@ -29,7 +29,7 @@ repositories {
}
dependencies {
- compile 'com.android.support:support-v4:18.0.+'
+ compile 'com.android.support:support-v4:19.0.+'
compile group:'com.google.protobuf', name:'protobuf-java', version:'2.5.0'
compile group:'com.madgag', name:'sc-light-jdk15on', version:'1.47.0.2'
compile group:'com.madgag', name:'scprov-jdk15on', version:'1.47.0.2'