Skip to content

Commit 4c32d21

Browse files
authored
Update build.gradle
1 parent 4544df7 commit 4c32d21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.1.2'
8+
classpath 'com.android.tools.build:gradle:2.3.2'
99
}
1010
}
1111

@@ -23,6 +23,6 @@ allprojects {
2323
}
2424

2525
task wrapper(type: Wrapper) {
26-
gradleVersion = '2.13'
26+
gradleVersion = '3.3'
2727
distributionUrl = "https://services.gradle.org/distributions/gradle-${gradleVersion}-all.zip"
2828
}

0 commit comments

Comments
 (0)