Skip to content

Commit

Permalink
fix(deps): update com.android.tools.build:gradle to v8.3.0-alpha17
Browse files Browse the repository at this point in the history
  • Loading branch information
chachako committed Dec 8, 2023
1 parent 99a79ec commit d92819c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ allprojects {
}

fun Project.configureAndroid() = plugins.withType<BasePlugin> {
(extensions["android"] as CommonExtension<*, *, *, *, *>).apply {
(extensions["android"] as CommonExtension<*, *, *, *, *, *>).apply {
compileSdk = 34
testOptions.unitTests.isIncludeAndroidResources = true
defaultConfig {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
agp = "8.3.0-alpha16"
agp = "8.3.0-alpha17"
kotlin = "1.9.21"
androidx-activity = "1.8.1"
square-kotlinpoet = "1.14.2"
Expand Down

0 comments on commit d92819c

Please sign in to comment.