Skip to content

Commit

Permalink
Update to IDriveConnectKit 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hufman committed May 9, 2024
1 parent 3e9029a commit b00d5e0
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 @@ -21,7 +21,7 @@ import org.jetbrains.compose.resources.ExperimentalResourceApi
import org.jetbrains.compose.resources.imageResource


object AppListScreen: Screen {
object MainScreen: Screen {
@OptIn(ExperimentalResourceApi::class)
@Composable
override fun Content() {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ androidx-test-junit = { module = "androidx.test.ext:junit", version = "1.1.5" }
androidx-test-espresso = { module = "androidx.test.espresso:espresso-core", version = "3.5.1" }
androidx-test-compose = { module = "androidx.compose.ui:ui-test-junit4", version = "1.6.2" }

idriveconnectkit = { module = "io.bimmergestalt.idriveconnectkit:idriveconnectkit", version = "etch_split-SNAPSHOT"}
idriveconnectkit = { module = "io.bimmergestalt.idriveconnectkit:idriveconnectkit", version = "0.7"}

[plugins]
androidApplication = { id = "com.android.application", version.ref = "agp" }
Expand Down

0 comments on commit b00d5e0

Please sign in to comment.