Skip to content

Commit

Permalink
fix android share navigation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
danielyrovas committed Jun 23, 2024
1 parent 3a8fd9e commit ad66f8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ abstract class AppActivity : ComponentActivity() {
}
setContent {
AppTheme {
navHost(HomeDestination, snackState)
navHost(entryScreen, snackState)
}
}
}
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-version-id = "org.yrovas.linklater"
app-version-code = "14"
app-version-name = "1.13"
app-version-code = "15"
app-version-name = "1.14"
app-javaVersion = "VERSION_21"

android-kotlinJVMTarget = "21"
Expand Down

0 comments on commit ad66f8e

Please sign in to comment.