Skip to content

Commit

Permalink
Update plugin com.github.kyhule.polyworld.build.settings to v0.9.0 (#16)
Browse files Browse the repository at this point in the history
* Update plugin com.github.kyhule.polyworld.build.settings to v0.9.0

* Update dependency composeOptions to v1.5.2 (#13)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Kyle Lehman <[email protected]>

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Kyle Lehman <[email protected]>
  • Loading branch information
renovate[bot] and kyhule authored Aug 24, 2023
1 parent 9a84c30 commit 57eeb85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.4.7"
kotlinCompilerExtensionVersion = "1.5.2"
}
packaging {
resources {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pluginManagement {
}
}

plugins { id("com.github.kyhule.polyworld.build.settings") version "0.6.0" }
plugins { id("com.github.kyhule.polyworld.build.settings") version "0.9.0" }

dependencyResolutionManagement {
versionCatalogs {
Expand Down

0 comments on commit 57eeb85

Please sign in to comment.