diff --git a/Readme.md b/Readme.md index 707ab47..ad7477f 100644 --- a/Readme.md +++ b/Readme.md @@ -16,13 +16,16 @@ Break colourful bricks, catch bouncing coins and select powerful upgrades ! # Changelog ## To do -- redo video -- review fastlane text - translate presentation texts to french - use fastlane for play store +- tauri ## Done +- publish 29062687 on play store +- redo video +- review fastlane text + ## 29062687 - "Miss warning" option is now on by default (ball's particles are red if catching it would be a "miss") diff --git a/build.sh b/build.sh index c6da1e8..850251c 100755 --- a/build.sh +++ b/build.sh @@ -22,6 +22,8 @@ set -x # clear output folders first, so that they are empty for failed builds rm -rf ./build/* rm -rf ./app/src/main/assets/* +rm -rf ./app/build/outputs/apk/release/ +rm -rf ./app/build/outputs/bundle/release/ diff --git a/fastlane/metadata/android/en-US/images/featureGraphic.png b/fastlane/metadata/android/en-US/images/featureGraphic.png index ad644ae..862175d 100644 Binary files a/fastlane/metadata/android/en-US/images/featureGraphic.png and b/fastlane/metadata/android/en-US/images/featureGraphic.png differ