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

Commit

Permalink
Updated Android Studio
Browse files Browse the repository at this point in the history
  • Loading branch information
DreierF committed Aug 1, 2018
1 parent 4dc1448 commit c2334e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*/

buildscript {
ext.androidPluginVersion = '3.1.2'
ext.kotlinVersion = '1.2.60'
repositories {
jcenter()
Expand All @@ -24,7 +23,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.1.3'
classpath 'com.android.tools.build:gradle:3.2.0-beta05'
classpath 'com.github.triplet.gradle:play-publisher:1.2.2'
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.3'
classpath 'com.google.gms:google-services:4.0.2'
Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/

ext {
compileSdkVersionCode = 27
compileSdkVersionCode = 28

libraryVersion = [
aboutPage : '1.2.4',
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Mar 24 14:45:28 CET 2018
#Wed Aug 01 20:01:51 CEST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip

0 comments on commit c2334e7

Please sign in to comment.