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 <andrewcomminos@gmail.com>2014-06-07 11:50:19 +0400
committerAndrew Comminos <andrewcomminos@gmail.com>2014-06-07 11:50:19 +0400
commit762ad5068c4ff15d035dc477d9f72902f1eeaf48 (patch)
tree02fa6e518ec1ae20424a9bacadfe65281a996a7a /build.gradle
parent441d87b675130da8a12708f662f4378749d89a6d (diff)
Updated gradle version.
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index c6c5fa2..034df95 100644
--- a/build.gradle
+++ b/build.gradle
@@ -19,7 +19,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.9.+'
+ classpath 'com.android.tools.build:gradle:0.11.+'
}
}
apply plugin: 'android-library'
@@ -29,7 +29,7 @@ repositories {
}
dependencies {
- compile 'com.android.support:support-v4:19.0.+'
+ compile 'com.android.support:support-v4:19.1.+'
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'