Skip to content

Commit

Permalink
Use CM 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eymar committed Oct 21, 2024
1 parent 9486a08 commit 9185b31
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion examples/jetsnack/common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ kotlin {
implementation(libs.androidx.navigation.compose)
implementation(libs.androidx.lifecycle.viewModelCompose)
implementation(libs.androidx.lifecycle.viewModel)
implementation(libs.compose.material.icons.core)
implementation(compose.materialIconsExtended)
implementation(compose.components.resources)
implementation(libs.kotlinx.coroutines)
Expand Down
2 changes: 1 addition & 1 deletion examples/jetsnack/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kotlin.code.style=official
android.useAndroidX=true
agp.version=8.0.2
kotlin.version=2.0.20
compose.version=1.7.0-beta02
compose.version=1.7.0
1 change: 0 additions & 1 deletion examples/jetsnack/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ androidx-benchmark-junit4 = "1.1.0-beta04"
androidx-compose-bom = "2023.03.00"
androidx-constraintlayout = "1.0.1"
androidx-corektx = "1.9.0"
compose-version = "1.7.0-beta02"
androidx-lifecycle-compose-jb = "2.8.2+build1807-release-1.7.0-beta02"
androidx-lifecycle-compose = "2.8.2"
androidx-lifecycle-runtime-compose-jb = "2.8.2+build1807-release-1.7.0-beta02"
Expand Down

0 comments on commit 9185b31

Please sign in to comment.