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"
|
||||
minSdk = 21
|
||||
targetSdk = 34
|
||||
versionCode = 29196430
|
||||
versionName = "29196430"
|
||||
versionCode = 29196588
|
||||
versionName = "29196588"
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables {
|
||||
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.
|
||||
const VERSION = "29196430";
|
||||
const VERSION = "29196588";
|
||||
|
||||
// The name of the cache
|
||||
const CACHE_NAME = `breakout-71-${VERSION}`;
|
||||
|
|
|
@ -1656,17 +1656,15 @@
|
|||
"credit": "Minecraft Zombie by CHRISS Vector"
|
||||
},
|
||||
{
|
||||
"color": "#000000",
|
||||
"name": "Dead Meme",
|
||||
"size": 6,
|
||||
"bricks": "_RRRR_RRRaaaRRRaaaRRRRR__RRRR__R__R_",
|
||||
"name": "Dead Meme",
|
||||
"credit": "By SomeRandomAnthony"
|
||||
},
|
||||
{
|
||||
"name": "Taiwan",
|
||||
"size": 8,
|
||||
"bricks": "__tttt___tttttt_tttWWtttttWWWWttttWWWWtttttWWttt_tttttt____ttt__",
|
||||
"svg": null,
|
||||
"color": ""
|
||||
"bricks": "__tttt___tttttt_tttWWtttttWWWWttttWWWWtttttWWttt_tttttt___tttt__",
|
||||
"credit": ""
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1 +1 @@
|
|||
"29196430"
|
||||
"29196588"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue