File tree 3 files changed +2
-4
lines changed
3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ android:
15
15
components :
16
16
- tools
17
17
- platform-tools
18
- - build-tools-28 .0.3
18
+ - build-tools-29 .0.2
19
19
- extra-google-m2repository
20
20
- extra-android-m2repository
21
21
- android-22
Original file line number Diff line number Diff line change @@ -134,7 +134,6 @@ dependencies {
134
134
135
135
android {
136
136
compileSdkVersion 28
137
- buildToolsVersion " 28.0.3"
138
137
139
138
defaultConfig {
140
139
// applicationId 'fr.free.nrw.commons'
@@ -152,7 +151,6 @@ android {
152
151
testOptions {
153
152
execution ' ANDROIDX_TEST_ORCHESTRATOR'
154
153
}
155
- multiDexEnabled true
156
154
vectorDrawables. useSupportLibrary = true
157
155
}
158
156
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
maven { url " https://plugins.gradle.org/m2/" }
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:3.6.3 '
10
+ classpath ' com.android.tools.build:gradle:4.0.0 '
11
11
classpath " com.hiya:jacoco-android:0.2"
12
12
classpath ' com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.2'
13
13
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION "
You can’t perform that action at this time.
0 commit comments