File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1+ plugins {
2+ id ' com.github.triplet.play' version ' 2.2.1' apply false
3+ }
4+
15apply from : ' ../gitutils.gradle'
26apply plugin : ' com.android.application'
37apply plugin : ' kotlin-android'
@@ -28,6 +32,7 @@ dependencies {
2832 implementation ' com.facebook.fresco:fresco:1.13.0'
2933 implementation ' com.drewnoakes:metadata-extractor:2.11.0'
3034 implementation ' com.dmitrybrant:wikimedia-android-data-client:0.0.18'
35+ implementation ' org.apache.commons:commons-lang3:3.8.1'
3136
3237 // UI
3338 implementation ' fr.avianey.com.viewpagerindicator:library:2.4.1.1@aar'
Original file line number Diff line number Diff line change @@ -6,12 +6,10 @@ buildscript {
66 mavenCentral()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:3.3.2 '
9+ classpath ' com.android.tools.build:gradle:3.4.1 '
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 "
13-
14- classpath " com.github.triplet.gradle:play-publisher:2.0.0-rc1"
1513 classpath ' org.codehaus.groovy:groovy-all:2.4.15'
1614 }
1715}
Original file line number Diff line number Diff line change @@ -25,4 +25,5 @@ DAGGER_VERSION=2.21
2525systemProp.http.proxyPort =0
2626systemProp.http.proxyHost =
2727android.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
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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