diff --git a/build.gradle.kts b/build.gradle.kts index 97ea039..717e408 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -55,7 +55,7 @@ allprojects { } fun Project.configureAndroid() = plugins.withType { - (extensions["android"] as CommonExtension<*, *, *, *, *>).apply { + (extensions["android"] as CommonExtension<*, *, *, *, *, *>).apply { compileSdk = 34 testOptions.unitTests.isIncludeAndroidResources = true defaultConfig { diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f8fa1b5..1f9e729 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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"