mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 23:47:02 +05:30
build: bump AGP
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
50598cc3e7
commit
b0d5f65dfe
1 changed files with 2 additions and 2 deletions
|
@ -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-alpha12"
|
||||
const val lintModel = "com.android.tools.lint:lint-model:30.0.0-alpha12"
|
||||
const val android = "com.android.tools.build:gradle:7.0.0-alpha13"
|
||||
const val lintModel = "com.android.tools.lint:lint-model:30.0.0-alpha13"
|
||||
const val hilt = "com.google.dagger:hilt-android-gradle-plugin:${DAGGER_HILT_VERSION}"
|
||||
const val kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.32"
|
||||
const val jsemver = "com.github.zafarkhaja:java-semver:0.9.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue