build: upgrade to AGP 7.0.0-alpha08

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-02-24 23:24:33 +05:30
parent 7d83b9d86a
commit c8052be29a
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 4 additions and 3 deletions

View file

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

View file

@ -29,7 +29,8 @@ android.useAndroidX=true
android.nonTransitiveRClass=true android.nonTransitiveRClass=true
# Generate compile-time only R class for app modules. # Generate compile-time only R class for app modules.
android.enableAppCompileTimeRClass=true # Broke on AGP 7.0.0-alpha08
# android.enableAppCompileTimeRClass=true
# Experimental flags # Experimental flags
android.keepWorkerActionServicesBetweenBuilds=true android.keepWorkerActionServicesBetweenBuilds=true