Skip to content

Commit

Permalink
provide state to SaveBookmarkActivityScreen
Browse files Browse the repository at this point in the history
  • Loading branch information
danielyrovas committed Apr 10, 2024
1 parent 88e21ee commit f22d1d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import androidx.lifecycle.lifecycleScope
import com.ramcosta.composedestinations.DestinationsNavHost
import com.ramcosta.composedestinations.generated.destinations.HomeScreenDestination
import com.ramcosta.composedestinations.generated.destinations.PreferencesScreenDestination
import com.ramcosta.composedestinations.generated.destinations.SaveBookmarkActivityScreenDestination
import com.ramcosta.composedestinations.generated.destinations.SaveBookmarkScreenDestination
import com.ramcosta.composedestinations.navigation.DependenciesContainerBuilder
import com.ramcosta.composedestinations.navigation.dependency
Expand Down Expand Up @@ -84,6 +85,7 @@ fun DestinationHost(
}
provideState(HomeScreenDestination, homeScreenState)
provideState(SaveBookmarkScreenDestination, saveBookmarkScreenState)
provideState(SaveBookmarkActivityScreenDestination, saveBookmarkScreenState)
provideState(PreferencesScreenDestination, preferencesScreenState)
})
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
app-versionID = "org.yrovas.linklater"
app-versionCode = "5"
app-versionName = "0.1.4"
app-versionCode = "6"
app-versionName = "0.1.5"
app-compileSDK = "34"
app-targetSDK = "34"
app-minimumSDK = "23"
Expand Down

0 comments on commit f22d1d7

Please sign in to comment.