Skip to content

Commit

Permalink
config: update compose multiplatform to 1.7.0 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamimattafi authored Oct 16, 2024
1 parent 0c79dcc commit c28aecf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kotlin-coroutines = "1.9.0"
kotlin-jvm-target = "17"

# Compose
compose_plugin = "1.7.0-rc01"
compose_plugin = "1.7.0"

# Android
android-gradle-plugin = "8.3.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import org.gradle.api.publish.maven.MavenPomScm

class PublishConventions : Plugin<Project> {

private val version = "0.1.3"
private val version = "0.1.4"
private val group = "com.attafitamim.krop"

override fun apply(project: Project) {
Expand Down

0 comments on commit c28aecf

Please sign in to comment.