Skip to content

Commit f2a499e

Browse files
Revert "Update to Gradle 5 (commons-app#2860)" (commons-app#3019)
This reverts commit 30df302.
1 parent 7a5dc77 commit f2a499e

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

app/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ dependencies {
2828
implementation 'com.facebook.fresco:fresco:1.13.0'
2929
implementation 'com.drewnoakes:metadata-extractor:2.11.0'
3030
implementation 'com.dmitrybrant:wikimedia-android-data-client:0.0.18'
31-
implementation 'org.apache.commons:commons-lang3:3.8.1'
3231

3332
// UI
3433
implementation 'fr.avianey.com.viewpagerindicator:library:2.4.1.1@aar'

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
mavenCentral()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.4.1'
9+
classpath 'com.android.tools.build:gradle:3.3.2'
1010
classpath 'com.dicedmelon.gradle:jacoco-android:0.1.4'
1111
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.2'
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION"

gradle.properties

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@ DAGGER_VERSION=2.21
2525
systemProp.http.proxyPort=0
2626
systemProp.http.proxyHost=
2727
android.useAndroidX=true
28-
android.enableJetifier=true
29-
android.enableR8=false
28+
android.enableJetifier=true

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ 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-5.1.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip

0 commit comments

Comments
 (0)