Skip to content

Commit e3213aa

Browse files
authored
commons-app#3816 Update Android Gradle Plugin to 4.0.0 (commons-app#3817)
* commons-app#3816 Update Android Gradle Plugin to 4.0.0 - upgrade AGP - remove explicit buildToolsVersion * commons-app#3816 Update Android Gradle Plugin to 4.0.0 - remove extraneous multiDexEnabled * commons-app#3816 Update Android Gradle Plugin to 4.0.0 - update Travis to use bundled build tools
1 parent c77ed74 commit e3213aa

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ android:
1515
components:
1616
- tools
1717
- platform-tools
18-
- build-tools-28.0.3
18+
- build-tools-29.0.2
1919
- extra-google-m2repository
2020
- extra-android-m2repository
2121
- android-22

app/build.gradle

-2
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ dependencies {
134134

135135
android {
136136
compileSdkVersion 28
137-
buildToolsVersion "28.0.3"
138137

139138
defaultConfig {
140139
//applicationId 'fr.free.nrw.commons'
@@ -152,7 +151,6 @@ android {
152151
testOptions {
153152
execution 'ANDROIDX_TEST_ORCHESTRATOR'
154153
}
155-
multiDexEnabled true
156154
vectorDrawables.useSupportLibrary = true
157155
}
158156

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
maven { url "https://plugins.gradle.org/m2/" }
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.6.3'
10+
classpath 'com.android.tools.build:gradle:4.0.0'
1111
classpath "com.hiya:jacoco-android:0.2"
1212
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.2'
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION"

0 commit comments

Comments
 (0)