Updated gradle version to 3.3 so that it can be used with the latest stabe version of Anstoid Studio
This commit is contained in:
parent
9a8af1b918
commit
3f52a67d35
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ buildscript {
|
|||
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.3.0-rc03'
|
||||
classpath 'com.android.tools.build:gradle:3.3.0'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
classpath "android.arch.navigation:navigation-safe-args-gradle-plugin:1.0.0-alpha09"
|
||||
classpath 'com.google.gms:google-services:4.2.0'
|
||||
|
|
Loading…
Reference in a new issue