168: Update to AGP 7.0.0-alpha10 r=msfjarvis a=msfjarvis

bors r+

Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
bors[bot] 2021-03-22 16:49:48 +00:00 committed by GitHub
commit b37707d933
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,8 +6,8 @@
private const val DAGGER_HILT_VERSION = "2.33-beta"
object Plugins {
const val android = "com.android.tools.build:gradle:7.0.0-alpha10"
const val lintModel = "com.android.tools.lint:lint-model:30.0.0-alpha10"
const val android = "com.android.tools.build:gradle:7.0.0-alpha11"
const val lintModel = "com.android.tools.lint:lint-model:30.0.0-alpha11"
const val hilt = "com.google.dagger:hilt-android-gradle-plugin:${DAGGER_HILT_VERSION}"
const val kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.31"
const val jsemver = "com.github.zafarkhaja:java-semver:0.9.0"