From 584fd241790cc043044beaad4699e1a139d53d7c Mon Sep 17 00:00:00 2001 From: Renan LE CARO Date: Wed, 5 Mar 2025 22:46:37 +0100 Subject: [PATCH] Build and deploy of version 29020186 --- Help.md | 7 ------- Readme.md | 12 +++++++++++- app/build.gradle.kts | 4 ++-- app/src/main/assets/index.html | 2 +- deploy.sh | 10 ++++------ dist/index.html | 2 +- src/version.json | 2 +- 7 files changed, 20 insertions(+), 19 deletions(-) diff --git a/Help.md b/Help.md index eefd6b1..785580f 100644 --- a/Help.md +++ b/Help.md @@ -104,10 +104,3 @@ You might find that a smaller puck makes it a bit easier to aim near corners, bu "Wind" and "puck controls ball" can help you aim even after the ball bounced to the wrong direction. "Slower ball" gives you a bit more time to aim, particularly useful in later levels where the ball goes faster. The ball also accelerates as you spend time in each level. - -# Requirements - -The app should work offline and perform well even on low-end devices. -It's very lean and does not take much storage space (Roughly 0.1MB). -If the app stutters, turn on "fast mode" in the settings to render a simplified view that should be faster. -There's also an easy mode for kids (slower ball) and a color-blind mode (no color related game mechanics). diff --git a/Readme.md b/Readme.md index 83058f1..be0cd36 100644 --- a/Readme.md +++ b/Readme.md @@ -11,4 +11,14 @@ Break colourful bricks, catch bouncing coins and select powerful upgrades ! - [Google Play](https://play.google.com/store/apps/details?id=me.lecaro.breakout) - [GitLab](https://gitlab.com/lecarore/breakout71) - [HackerNews thread](https://news.ycombinator.com/item?id=43183131) -- [Donate](https://github.com/sponsors/renanlecaro) \ No newline at end of file +- [Donate](https://github.com/sponsors/renanlecaro) + + +# Requirements + +The app should work offline and perform well even on low-end devices. +It's very lean and does not take much storage space (Roughly 0.1MB). +If the app stutters, turn on "fast mode" in the settings to render a simplified view that should be faster. +There's also an easy mode for kids (slower ball). + +The web version is known to work on firefox diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7c91abf..1fb7554 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -11,8 +11,8 @@ android { applicationId = "me.lecaro.breakout" minSdk = 21 targetSdk = 34 - versionCode = 29020162 - versionName = "29020162" + versionCode = 29020186 + versionName = "29020186" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { useSupportLibrary = true diff --git a/app/src/main/assets/index.html b/app/src/main/assets/index.html index 16ed4e6..4157d59 100644 --- a/app/src/main/assets/index.html +++ b/app/src/main/assets/index.html @@ -1,4 +1,4 @@ -Breakout 71