mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 19:07:02 +05:30
build: upgrade to AGP 7.0.0-alpha08
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
7d83b9d86a
commit
c8052be29a
2 changed files with 4 additions and 3 deletions
|
@ -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"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue