Update configuration for Android Studio 3.4

feature/top10
Aurelien Hubert 7 years ago
parent 29932cc92f
commit 3a377dfd28
  1. 2
      build.gradle
  2. 4
      gradle/wrapper/gradle-wrapper.properties

@ -10,7 +10,7 @@ buildscript {
}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.2'
classpath 'com.android.tools.build:gradle:3.4.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'io.realm:realm-gradle-plugin:5.8.0'
classpath 'com.google.gms:google-services:4.2.0'

@ -1,6 +1,6 @@
#Mon Feb 11 11:18:44 CET 2019
#Thu Apr 18 07:56:20 CEST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip

Loading…
Cancel
Save