Skip to content
This repository was archived by the owner on Apr 26, 2020. It is now read-only.

Commit c2334e7

Browse files
committed
Updated Android Studio
1 parent 4dc1448 commit c2334e7

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
*/
1515

1616
buildscript {
17-
ext.androidPluginVersion = '3.1.2'
1817
ext.kotlinVersion = '1.2.60'
1918
repositories {
2019
jcenter()
@@ -24,7 +23,7 @@ buildscript {
2423
}
2524

2625
dependencies {
27-
classpath 'com.android.tools.build:gradle:3.1.3'
26+
classpath 'com.android.tools.build:gradle:3.2.0-beta05'
2827
classpath 'com.github.triplet.gradle:play-publisher:1.2.2'
2928
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.3'
3029
classpath 'com.google.gms:google-services:4.0.2'

dependencies.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515

1616
ext {
17-
compileSdkVersionCode = 27
17+
compileSdkVersionCode = 28
1818

1919
libraryVersion = [
2020
aboutPage : '1.2.4',
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sat Mar 24 14:45:28 CET 2018
1+
#Wed Aug 01 20:01:51 CEST 2018
22
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-4.4-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip

0 commit comments

Comments
 (0)