Skip to content

Commit ebc6baa

Browse files
author
FlorianRauscha
committed
updates gradle, tools, sdk, lib version
1 parent e322e24 commit ebc6baa

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Diff for: api/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
44

55
android {
6-
compileSdkVersion 21
7-
buildToolsVersion '21.1.2'
6+
compileSdkVersion 25
7+
buildToolsVersion '25.0.0'
88

99
defaultConfig {
1010
minSdkVersion 14
11-
targetSdkVersion 21
11+
targetSdkVersion 25
1212

1313
versionCode 210
1414
versionName "2.1.0"
@@ -23,7 +23,7 @@ android {
2323
}
2424

2525
dependencies {
26-
compile 'com.android.support:support-v4:21.0.3'
26+
compile 'com.android.support:support-v4:25.0.0'
2727
}
2828

2929

Diff for: build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ buildscript {
88
}
99

1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:1.1.2'
12-
classpath 'com.github.dcendents:android-maven-plugin:1.2'
11+
classpath 'com.android.tools.build:gradle:2.2.2'
12+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
1313
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.0'
1414
}
1515
}

Diff for: gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip

0 commit comments

Comments
 (0)