Build 29097764

This commit is contained in:
Renan LE CARO 2025-04-28 20:45:02 +02:00
parent 551adac4b4
commit 567785ae19
7 changed files with 270 additions and 1221 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 = 29095000 versionCode = 29097764
versionName = "29095000" versionName = "29097764"
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

2
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 = "29095000"; const VERSION = "29097764";
// The name of the cache // The name of the cache
const CACHE_NAME = `breakout-71-${VERSION}`; const CACHE_NAME = `breakout-71-${VERSION}`;

File diff suppressed because it is too large Load diff

View file

@ -1 +1 @@
"29095000" "29097764"