build: bump AGO to 4.2.0-alpha11

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-09-19 05:19:52 +05:30
parent 9df4d5f381
commit c8d2de60bb
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -12,7 +12,7 @@ buildscript {
jcenter()
}
dependencies {
classpath "com.android.tools.build:gradle:4.2.0-alpha10"
classpath "com.android.tools.build:gradle:4.2.0-alpha11"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"
}