mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-07-20 10:04:07 +00:00
Build 29196588
This commit is contained in:
parent
fda7aca0e3
commit
27144d83aa
6 changed files with 10 additions and 12 deletions
|
@ -29,8 +29,8 @@ android {
|
||||||
applicationId = "me.lecaro.breakout"
|
applicationId = "me.lecaro.breakout"
|
||||||
minSdk = 21
|
minSdk = 21
|
||||||
targetSdk = 34
|
targetSdk = 34
|
||||||
versionCode = 29196430
|
versionCode = 29196588
|
||||||
versionName = "29196430"
|
versionName = "29196588"
|
||||||
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
4
dist/index.html
vendored
4
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 = "29196430";
|
const VERSION = "29196588";
|
||||||
|
|
||||||
// The name of the cache
|
// The name of the cache
|
||||||
const CACHE_NAME = `breakout-71-${VERSION}`;
|
const CACHE_NAME = `breakout-71-${VERSION}`;
|
||||||
|
|
|
@ -1656,17 +1656,15 @@
|
||||||
"credit": "Minecraft Zombie by CHRISS Vector"
|
"credit": "Minecraft Zombie by CHRISS Vector"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"color": "#000000",
|
"name": "Dead Meme",
|
||||||
"size": 6,
|
"size": 6,
|
||||||
"bricks": "_RRRR_RRRaaaRRRaaaRRRRR__RRRR__R__R_",
|
"bricks": "_RRRR_RRRaaaRRRaaaRRRRR__RRRR__R__R_",
|
||||||
"name": "Dead Meme",
|
|
||||||
"credit": "By SomeRandomAnthony"
|
"credit": "By SomeRandomAnthony"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Taiwan",
|
"name": "Taiwan",
|
||||||
"size": 8,
|
"size": 8,
|
||||||
"bricks": "__tttt___tttttt_tttWWtttttWWWWttttWWWWtttttWWttt_tttttt____ttt__",
|
"bricks": "__tttt___tttttt_tttWWtttttWWWWttttWWWWtttttWWttt_tttttt___tttt__",
|
||||||
"svg": null,
|
"credit": ""
|
||||||
"color": ""
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
"29196430"
|
"29196588"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue