aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-08-10 21:52:06 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2015-08-10 21:52:06 +0200
commita3dc54da68b3de64496457336237ae75e0b4630f (patch)
tree60fe63b74e0fe9c3e8829088517103893f92a5ca
parent31e6bfe0163ec886b5e9a6019410525f1017167a (diff)
downloadopenpgp-api-a3dc54da68b3de64496457336237ae75e0b4630f.tar.gz
openpgp-api-a3dc54da68b3de64496457336237ae75e0b4630f.tar.bz2
openpgp-api-a3dc54da68b3de64496457336237ae75e0b4630f.zip
Update gradle/deps
-rw-r--r--build.gradle2
-rw-r--r--example/build.gradle2
-rw-r--r--gradle/wrapper/gradle-wrapper.properties4
3 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index 6f563f3..309f3fb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:1.2.2'
+ classpath 'com.android.tools.build:gradle:1.3.0'
classpath 'com.novoda:bintray-release:0.2.7'
}
}
diff --git a/example/build.gradle b/example/build.gradle
index 8a1834d..c73848c 100644
--- a/example/build.gradle
+++ b/example/build.gradle
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
dependencies {
- compile 'com.android.support:support-v4:22.1.1'
+ compile 'com.android.support:support-v4:22.2.1'
compile project(':openpgp-api')
}
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 3ceb21f..24ceae4 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Tue May 05 21:19:58 CEST 2015
+#Mon Aug 10 21:47:49 CEST 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-2.3-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-all.zip