We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c12b1 commit 3579b41Copy full SHA for 3579b41
buildSrc/src/main/kotlin/Config.kt
@@ -11,7 +11,7 @@ object Config {
11
}
12
13
object Plugins {
14
- const val android = "com.android.tools.build:gradle:3.2.0-alpha17"
+ const val android = "com.android.tools.build:gradle:3.2.0-beta01"
15
const val kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
16
const val google = "com.google.gms:google-services:4.0.1"
17
0 commit comments