Skip to content

Commit

Permalink
Update androidGradlePlugin to v8.1.0 (#465)
Browse files Browse the repository at this point in the history
* Update androidGradlePlugin to v8.1.0

* fix: build-logic errors

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Anil Kumar Beesetti <[email protected]>
  • Loading branch information
renovate[bot] and anilbeesetti authored Jul 27, 2023
1 parent f98030d commit 89a36ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import org.gradle.kotlin.dsl.getByType
* Configure Compose-specific options
*/
internal fun Project.configureAndroidCompose(
commonExtension: CommonExtension<*, *, *, *>,
commonExtension: CommonExtension<*, *, *, *, *>,
) {
val libs = extensions.getByType<VersionCatalogsExtension>().named("libs")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
* Configure base Kotlin with Android options
*/
internal fun Project.configureKotlinAndroid(
commonExtension: CommonExtension<*, *, *, *>,
commonExtension: CommonExtension<*, *, *, *, *>,
) {
commonExtension.apply {
compileSdk = 33
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
aboutlibraries = "10.8.0"
accompanist = "0.30.1"
androidGradlePlugin = "8.0.2"
androidGradlePlugin = "8.1.0"
androidMaterial = "1.9.0"
androidxActivity = "1.7.2"
androidxAppCompat = "1.6.1"
Expand Down

0 comments on commit 89a36ac

Please sign in to comment.