Skip to content
This repository was archived by the owner on Feb 1, 2020. It is now read-only.

Commit 95f4e38

Browse files
committed
bumping build tools and gradle
Change-Id: I87479d6e415b1c4273c07bf33bd874247460d606
1 parent 80af14e commit 95f4e38

6 files changed

Lines changed: 36 additions & 39 deletions

File tree

api/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ apply plugin: 'com.android.library'
22

33
android {
44
compileSdkVersion 23
5-
buildToolsVersion '23.0.3'
5+
buildToolsVersion '24.0.1'
66

77
defaultConfig {
88
minSdkVersion 7
99
targetSdkVersion 23
10-
versionCode 2
11-
versionName "1.3.5"
10+
versionCode 3
11+
versionName "1.3.6"
1212
}
1313
buildTypes {
1414
release {

build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.0.0'
9-
10-
// NOTE: Do not place your application dependencies here; they belong
11-
// in the individual module build.gradle files
8+
classpath 'com.android.tools.build:gradle:2.1.2'
129
}
1310
}
1411

gradle/wrapper/gradle-wrapper.jar

3.35 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Apr 10 15:27:10 PDT 2013
1+
#Wed Aug 24 07:58:26 IDT 2016
22
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.12-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-bin.zip

gradlew

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)