Skip to content

Commit 7e87f4d

Browse files
committed
Gradle plugin update
1 parent a5f99e9 commit 7e87f4d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Oct 17 08:28:35 BRST 2016
1+
#Sun Jul 16 17:17:26 BRT 2017
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-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-all.zip

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ group = 'com.github.douglasjunior'
55

66
android {
77
compileSdkVersion 24
8-
buildToolsVersion "24.0.3"
8+
buildToolsVersion '25.0.0'
99

1010
defaultConfig {
1111
minSdkVersion 7

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 24
5-
buildToolsVersion "24.0.3"
5+
buildToolsVersion '25.0.0'
66

77
defaultConfig {
88
applicationId "io.github.douglasjunior.androidSimpleTooltip.sample"

0 commit comments

Comments
 (0)