Build 29186809

This commit is contained in:
Renan LE CARO 2025-06-29 16:49:34 +02:00
parent e00c19ce01
commit 0d7b1e1070
7 changed files with 9 additions and 9 deletions

View file

@ -19,6 +19,7 @@ Break colourful bricks, catch bouncing coins and select powerful upgrades !
## Done
## 29184940
- fixed a tricky bug where multiple level ups would happen at once
- add check for unbalanced number of braces in translations

View file

@ -29,8 +29,8 @@ android {
applicationId = "me.lecaro.breakout"
minSdk = 21
targetSdk = 34
versionCode = 29184940
versionName = "29184940"
versionCode = 29186809
versionName = "29186809"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
useSupportLibrary = true

File diff suppressed because one or more lines are too long

2
dist/index.html vendored

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
// The version of the cache.
const VERSION = "29184940";
const VERSION = "29186809";
// The name of the cache
const CACHE_NAME = `breakout-71-${VERSION}`;

View file

@ -1628,7 +1628,7 @@
{
"name": "Home",
"size": 8,
"bricks": "__________Wttt___ctWccW__Wtttcc__cctWtt__ccttct___tWWt__________",
"bricks": "y_________Wttt___ctWccW__Wtttcc__cctWtt__ccttct___tWWt__________",
"credit": "We don't have a planet B. By Obigre"
},
{
@ -1650,10 +1650,9 @@
"credit": "Modern slave dress, with luxury. By Obigre"
},
{
"color": "#000000",
"name": "Zombie",
"size": 12,
"bricks": "__________________________bbbbbbbb____bbbbkkbb____bkkkkkkk____kkkkkkkk____kBBkkBBk____kkkbbkkb____kkbkkbkb____bbbbkbkb__________________________",
"name": "Zombie",
"credit": "Minecraft Zombie by CHRISS Vector"
}
]

View file

@ -1 +1 @@
"29184940"
"29186809"