Skip to content

Commit

Permalink
chore(deps): update androidgradleplugin to v8.3.0 (#402)
Browse files Browse the repository at this point in the history
* chore(deps): update androidgradleplugin to v8.3.0

* chore: fix breaking change

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: mslalith <mslalith.opensource@gmail.com>
  • Loading branch information
renovate[bot] and mslalith authored Mar 1, 2024
1 parent 4aaae38 commit dc6b723
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
import java.io.File

internal fun Project.configureAndroidCompose(
commonExtension: CommonExtension<*, *, *, *, *>,
commonExtension: CommonExtension<*, *, *, *, *, *>,
) = with(commonExtension) {
val libs = extensions.getByType<VersionCatalogsExtension>().named("libs")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import org.gradle.kotlin.dsl.getByType
import org.jetbrains.kotlin.gradle.dsl.KotlinJvmOptions

internal fun Project.configureKotlinAndroid(
commonExtension: CommonExtension<*, *, *, *, *>,
commonExtension: CommonExtension<*, *, *, *, *, *>,
) = with(commonExtension) {
val libs = extensions.getByType<VersionCatalogsExtension>().named("libs")

Expand All @@ -32,6 +32,6 @@ internal fun Project.configureKotlinAndroid(
}
}

fun CommonExtension<*, *, *, *, *>.kotlinOptions(block: KotlinJvmOptions.() -> Unit) {
fun CommonExtension<*, *, *, *, *, *>.kotlinOptions(block: KotlinJvmOptions.() -> Unit) {
(this as ExtensionAware).extensions.configure("kotlinOptions", block)
}
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]
androidGradlePlugin = "8.2.2"
androidGradlePlugin = "8.3.0"
androidMinSdk = "28"
androidTargetSdk = "34"
androidTest = "8.3.0"
Expand Down

0 comments on commit dc6b723

Please sign in to comment.