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

Commit 02e01c7

Browse files
committed
updating build tools
Change-Id: Ic548fa544bd60eef37b18a8b06153f1a1e75b4b3
1 parent cf25572 commit 02e01c7

3 files changed

Lines changed: 6 additions & 6 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 24
5-
buildToolsVersion '24.0.1'
5+
buildToolsVersion '24.0.3'
66

77
defaultConfig {
88
minSdkVersion 7
99
targetSdkVersion 24
10-
versionCode 3
11-
versionName "1.5.0"
10+
versionCode 4
11+
versionName "1.6.0"
1212
}
1313
buildTypes {
1414
release {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.2.0'
8+
classpath 'com.android.tools.build:gradle:2.2.2'
99
}
1010
}
1111

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Aug 24 07:58:26 IDT 2016
1+
#Wed Nov 02 23:11:02 EDT 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.14.1-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.1-bin.zip

0 commit comments

Comments
 (0)