This repository was archived by the owner on Apr 26, 2020. It is now read-only.
File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 14
14
*/
15
15
16
16
buildscript {
17
- ext. androidPluginVersion = ' 3.1.2'
18
17
ext. kotlinVersion = ' 1.2.60'
19
18
repositories {
20
19
jcenter()
@@ -24,7 +23,7 @@ buildscript {
24
23
}
25
24
26
25
dependencies {
27
- classpath ' com.android.tools.build:gradle:3.1.3 '
26
+ classpath ' com.android.tools.build:gradle:3.2.0-beta05 '
28
27
classpath ' com.github.triplet.gradle:play-publisher:1.2.2'
29
28
classpath ' com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.3'
30
29
classpath ' com.google.gms:google-services:4.0.2'
Original file line number Diff line number Diff line change 14
14
*/
15
15
16
16
ext {
17
- compileSdkVersionCode = 27
17
+ compileSdkVersionCode = 28
18
18
19
19
libraryVersion = [
20
20
aboutPage : ' 1.2.4' ,
Original file line number Diff line number Diff line change 1
- # Sat Mar 24 14:45:28 CET 2018
1
+ # Wed Aug 01 20:01:51 CEST 2018
2
2
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.4 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.6 -all.zip
You can’t perform that action at this time.
0 commit comments