File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
- platform-tools
9
9
- tools
10
10
- android-26
11
- - build-tools-27 .0.3
11
+ - build-tools-28 .0.2
12
12
- extra-android-m2repository
13
13
- extra-google-m2repository
14
14
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ buildscript {
34
34
}
35
35
36
36
dependencies {
37
- classpath ' com.android.tools.build:gradle:3.2.0-beta04 '
37
+ classpath ' com.android.tools.build:gradle:3.2.0'
38
38
classpath(' com.dicedmelon.gradle:jacoco-android:0.1.2' ) {
39
39
// https://github.com/arturdm/jacoco-android-gradle-plugin/issues/42
40
40
exclude group : ' org.codehaus.groovy' , module : ' groovy-all'
@@ -72,7 +72,7 @@ subprojects {
72
72
73
73
android {
74
74
compileSdkVersion 26
75
- buildToolsVersion ' 27 .0.3 '
75
+ buildToolsVersion ' 28 .0.2 '
76
76
77
77
defaultConfig {
78
78
minSdkVersion 15
You can’t perform that action at this time.
0 commit comments