Skip to content

Commit

Permalink
fix(android): system navigator back doesn't close player
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Oct 1, 2023
1 parent e5d0aaf commit 20d7092
Show file tree
Hide file tree
Showing 3 changed files with 238 additions and 222 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"program": "lib/main.dart",
"args": [
"--flavor",
"nightly"
"dev"
]
},
{
Expand Down
6 changes: 6 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ android {
applicationIdSuffix ".nightly"
versionNameSuffix "-nightly"
}
dev {
dimension "default"
resValue "string", "app_name", "Spotube Dev"
applicationIdSuffix ".dev"
versionNameSuffix "-dev"
}
stable {
dimension "default"
resValue "string", "app_name", "Spotube"
Expand Down
Loading

0 comments on commit 20d7092

Please sign in to comment.