File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
99 Before changing "Android Gradle Plugin" version, check he last estable version
1010 https://developer.android.com/studio/releases/gradle-plugin.html#revisions
1111 */
12- classpath ' com.android.tools.build:gradle:2.2.0 '
12+ classpath ' com.android.tools.build:gradle:2.3.3 '
1313 // NOTE: Do not place your application dependencies here; they belong
1414 // in the individual module build.gradle files
1515 }
Original file line number Diff line number Diff line change 1- # Mon Oct 17 08:28:35 BRST 2016
1+ # Sun Jul 16 17:17:26 BRT 2017
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 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-3.5 -all.zip
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ group = 'com.github.douglasjunior'
55
66android {
77 compileSdkVersion 24
8- buildToolsVersion " 24 .0.3 "
8+ buildToolsVersion ' 25 .0.0 '
99
1010 defaultConfig {
1111 minSdkVersion 7
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22
33android {
44 compileSdkVersion 24
5- buildToolsVersion " 24 .0.3 "
5+ buildToolsVersion ' 25 .0.0 '
66
77 defaultConfig {
88 applicationId " io.github.douglasjunior.androidSimpleTooltip.sample"
You can’t perform that action at this time.
0 commit comments