Compare commits

...

2 Commits

Author SHA1 Message Date
renovate[bot] 96a4ba1473
fix(deps): update dependency com.android.tools.build:gradle to v8.4.0 2024-05-01 05:23:19 +00:00
renovate[bot] 66d7a729a8
chore(deps): update plugin android-library to v8.4.0 2024-04-30 17:52:28 +00:00
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ kotlin = "1.9.0"
junit = "5.10.2"
[plugins]
android-library = { id = "com.android.library", version = "8.3.2" }
android-library = { id = "com.android.library", version = "8.4.0" }
buildconfig = "com.github.gmazzo.buildconfig:5.3.5"
dokka = { id = "org.jetbrains.dokka", version = "1.9.20" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
@ -16,7 +16,7 @@ shadow = "com.github.johnrengelman.shadow:8.1.1"
spotless = "com.diffplug.spotless:6.25.0"
[libraries]
android-gradle-plugin = "com.android.tools.build:gradle:8.3.2"
android-gradle-plugin = "com.android.tools.build:gradle:8.4.0"
auto-annotations = "com.google.auto.service:auto-service-annotations:1.1.1"
auto-ksp = "dev.zacsweers.autoservice:auto-service-ksp:1.1.0"
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }