Skip to content

Commit

Permalink
fix: Update API URL in Android release (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomah authored Jun 3, 2022
1 parent f48a850 commit 6558768
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release/release_android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SCRIPT_LOCATION=$WORKSPACE/.release/
echo '''
{
"webUrl": "https://app.les-sagas-mp3.fr",
"apiUrl": "https://api.les-sagas-mp3.fr"
"apiUrl": "https://api.les-sagas-mp3.fr/api"
}
''' > $WORKSPACE/android/app/src/main/assets/public/assets/config.json

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "les-sagas-mp3",
"version": "0.6.0",
"version": "0.6.1",
"author": "Les Sagas MP3",
"homepage": "https://github.com/Les-Sagas-MP3",
"scripts": {
Expand Down

0 comments on commit 6558768

Please sign in to comment.