Skip to content

Commit

Permalink
Revert "version update: 2.9.8+477"
Browse files Browse the repository at this point in the history
This reverts commit 6e8265c.
  • Loading branch information
bibash28 committed Aug 15, 2024
1 parent ae27f3b commit 2409bdd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@
"request": "launch",
"type": "dart",
"program": "lib/main_production.dart",
"args": ["--flavor", "production", "--target", "lib/main_production.dart"]
"args": [
"--flavor",
"production",
"--target",
"lib/main_production.dart",
"--release"
]
}
]
}

0 comments on commit 2409bdd

Please sign in to comment.