This repository was archived by the owner on Feb 1, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ apply plugin: 'com.android.library'
22
33android {
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 {
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- # Wed Aug 24 07:58:26 IDT 2016
1+ # Wed Nov 02 23:11:02 EDT 2016
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
You can’t perform that action at this time.
0 commit comments