File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlinVersion = ' 1.3.30 '
4+ ext. kotlinVersion = ' 1.3.40-eap-21 '
55 repositories {
66 google()
77 jcenter()
@@ -10,7 +10,7 @@ buildscript {
1010 maven { url ' https://dl.bintray.com/jetbrains/kotlin-native-dependencies' }
1111 }
1212 dependencies {
13- classpath ' com.android.tools.build:gradle:3.5.0-alpha10 '
13+ classpath ' com.android.tools.build:gradle:3.5.0-beta01 '
1414 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
1515 classpath " org.jetbrains.kotlin:kotlin-serialization:$kotlinVersion "
1616 classpath ' com.google.gms:google-services:4.2.0'
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
55z;ipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-5.3 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.4-rc-1 -all.zip
You can’t perform that action at this time.
0 commit comments