Skip to content

Commit

Permalink
Update libs.versions.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
krossovochkin authored Nov 27, 2024
1 parent a34324d commit ae86424
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kotlin = "2.0.21"

gradle-android = '8.9.0-alpha03'

compose = '1.7.5'
compose = '1.7.1'

compose-plugin = '1.7.1'

Expand All @@ -28,6 +28,8 @@ com-android-tools-build-gradle = { group = "com.android.tools.build", name="grad

compose-gradle-plugin = { group = "org.jetbrains.compose", name="compose-gradle-plugin", version.ref = 'compose' }

jetbrains-compose-runtime = { group ="org.jetbrains.compose.runtime", name="runtime", version.ref = 'compose' }

androidx-compose-runtime = { group = "androidx.compose.runtime", name="runtime", version.ref = "compose" }

desktop-jvm-windows-x64 = { group = "org.jetbrains.compose.desktop", name="desktop-jvm-windows-x64", version.ref = 'compose' }
Expand Down

0 comments on commit ae86424

Please sign in to comment.