Build 29133712

This commit is contained in:
Renan LE CARO 2025-05-23 19:55:47 +02:00
parent bc57bb00f2
commit 61f20f66ad
14 changed files with 3909 additions and 3903 deletions

View file

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

File diff suppressed because one or more lines are too long

6
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. // The version of the cache.
const VERSION = "29133697"; const VERSION = "29133712";
// The name of the cache // The name of the cache
const CACHE_NAME = `breakout-71-${VERSION}`; const CACHE_NAME = `breakout-71-${VERSION}`;

View file

@ -844,5 +844,10 @@
"required": ["picky_eater", "bricks_attract_coins", "ghost_coins"], "required": ["picky_eater", "bricks_attract_coins", "ghost_coins"],
"forbidden": ["clairvoyant", "golden_goose", "compound_interest"], "forbidden": ["clairvoyant", "golden_goose", "compound_interest"],
"minScore": 15900 "minScore": 15900
},
"Rainbow Spiral": {
"required": ["bigger_explosions", "trickledown", "transparency"],
"forbidden": ["left_is_lava", "pierce_color", "sticky_coins"],
"minScore": 16000
} }
} }

View file

@ -1 +1 @@
"29133697" "29133712"