File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ dependencies {
28
28
implementation ' com.facebook.fresco:fresco:1.13.0'
29
29
implementation ' com.drewnoakes:metadata-extractor:2.11.0'
30
30
implementation ' com.dmitrybrant:wikimedia-android-data-client:0.0.18'
31
+ implementation ' org.apache.commons:commons-lang3:3.8.1'
31
32
32
33
// UI
33
34
implementation ' fr.avianey.com.viewpagerindicator:library:2.4.1.1@aar'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
mavenCentral()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.3.2 '
9
+ classpath ' com.android.tools.build:gradle:3.4.1 '
10
10
classpath ' com.dicedmelon.gradle:jacoco-android:0.1.4'
11
11
classpath ' com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.2'
12
12
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION "
Original file line number Diff line number Diff line change @@ -25,4 +25,5 @@ DAGGER_VERSION=2.21
25
25
systemProp.http.proxyPort =0
26
26
systemProp.http.proxyHost =
27
27
android.useAndroidX =true
28
- android.enableJetifier =true
28
+ android.enableJetifier =true
29
+ android.enableR8 =false
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.10 .1-all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.1 .1-all.zip
You can’t perform that action at this time.
0 commit comments