mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-06-15 10:44:42 -04:00
Build 29133712
This commit is contained in:
parent
bc57bb00f2
commit
61f20f66ad
14 changed files with 3909 additions and 3903 deletions
|
@ -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
|
||||||
|
|
1
app/src/main/assets/index.html
Normal file
1
app/src/main/assets/index.html
Normal file
File diff suppressed because one or more lines are too long
6
dist/index.html
vendored
6
dist/index.html
vendored
File diff suppressed because one or more lines are too long
|
@ -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}`;
|
||||||
|
|
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
"29133697"
|
"29133712"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue