Skip to content

Commit

Permalink
fix(deps): update google.agp to v8.3.0 (#604)
Browse files Browse the repository at this point in the history
* fix(deps): update google.agp to v8.3.0

* More generic arguments 🤷‍♂️

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mateusz Kwieciński <mateusz.kwiatek@gmail.com>
  • Loading branch information
renovate[bot] and mateuszkwiecinski authored Mar 1, 2024
1 parent 35d1fd4 commit 784f2c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import org.gradle.api.tasks.TaskProvider
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile

internal fun CommonExtension<*, *, *, *, *>.configureAndroidPlugin(rootConfig: RootConfigExtension) {
internal fun CommonExtension<*, *, *, *, *, *>.configureAndroidPlugin(rootConfig: RootConfigExtension) {
defaultConfig.apply {
compileSdk = rootConfig.android.compileSdkVersion
minSdk = rootConfig.android.minSdkVersion
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
java-compilation = "21"
google-agp = "8.2.2"
google-agp = "8.3.0"
gradle-starter = "0.70.1"
gradle-gradlepublish = "1.2.1"
gradle-jacocotestkit = "1.0.12"
Expand Down

0 comments on commit 784f2c0

Please sign in to comment.