mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 12:36:15 -04:00
Build 29075517
This commit is contained in:
parent
2d383f02cb
commit
0cb4945e7d
7 changed files with 52 additions and 17 deletions
|
@ -29,8 +29,8 @@ android {
|
||||||
applicationId = "me.lecaro.breakout"
|
applicationId = "me.lecaro.breakout"
|
||||||
minSdk = 21
|
minSdk = 21
|
||||||
targetSdk = 34
|
targetSdk = 34
|
||||||
versionCode = 29074738
|
versionCode = 29075517
|
||||||
versionName = "29074738"
|
versionName = "29075517"
|
||||||
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
28
dist/index.html
vendored
28
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 = "29074738";
|
const VERSION = "29075517";
|
||||||
|
|
||||||
// The name of the cache
|
// The name of the cache
|
||||||
const CACHE_NAME = `breakout-71-${VERSION}`;
|
const CACHE_NAME = `breakout-71-${VERSION}`;
|
||||||
|
|
|
@ -1418,5 +1418,12 @@
|
||||||
"bricks": "_________tttWWWWWWtWtWWWWWWtttWWWWWWrrrrrrrrrrrrrrrrrrrrrrrrrrr__________________",
|
"bricks": "_________tttWWWWWWtWtWWWWWWtttWWWWWWrrrrrrrrrrrrrrrrrrrrrrrrrrr__________________",
|
||||||
"svg": null,
|
"svg": null,
|
||||||
"color": ""
|
"color": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Türkiye",
|
||||||
|
"size": 12,
|
||||||
|
"bricks": "____________rrrrrrrrrrrrrrrWWWrrrrrrrrWWrrrrrrrrrWWrrWrWrrrrrWWrrrWrrrrrrWWrrWrWrrrrrrWWrrrrrrrrrrrWWWrrrrrrrrrrrrrrrrrr________________________",
|
||||||
|
"svg": null,
|
||||||
|
"color": ""
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
"29074738"
|
"29075517"
|
||||||
|
|
|
@ -3,7 +3,8 @@ import fr from "./fr.json";
|
||||||
import ar from "./ar.json";
|
import ar from "./ar.json";
|
||||||
import ru from "./ru.json";
|
import ru from "./ru.json";
|
||||||
import es from "./es.json";
|
import es from "./es.json";
|
||||||
// import de from "./de.json";
|
import tr from "./tr.json";
|
||||||
|
import de from "./de.json";
|
||||||
// import ko from "./ko.json";
|
// import ko from "./ko.json";
|
||||||
// import ur from "./ur.json";
|
// import ur from "./ur.json";
|
||||||
// import uz from "./uz.json";
|
// import uz from "./uz.json";
|
||||||
|
@ -14,7 +15,6 @@ export const languages = [
|
||||||
text: "English",
|
text: "English",
|
||||||
value: "en",
|
value: "en",
|
||||||
strings: en,
|
strings: en,
|
||||||
|
|
||||||
levelName: "UK",
|
levelName: "UK",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -46,13 +46,19 @@ export const languages = [
|
||||||
levelName: "Russia",
|
levelName: "Russia",
|
||||||
},
|
},
|
||||||
|
|
||||||
// {
|
{
|
||||||
// text: "Deutsch",
|
text: "Deutsch",
|
||||||
// value: "de",
|
value: "de",
|
||||||
// strings: de,
|
strings: de,
|
||||||
//
|
levelName: "Germany",
|
||||||
// levelName: "Germany",
|
},
|
||||||
// },
|
{
|
||||||
|
text: "Türkçe",
|
||||||
|
value: "tr",
|
||||||
|
strings: tr,
|
||||||
|
|
||||||
|
levelName: "Türkiye",
|
||||||
|
},
|
||||||
// {
|
// {
|
||||||
// text: "汉语",
|
// text: "汉语",
|
||||||
// value: "zh",
|
// value: "zh",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue