Build 29186810

This commit is contained in:
Renan LE CARO 2025-06-29 16:50:29 +02:00
parent 0d7b1e1070
commit a7544b2ba1
4 changed files with 5 additions and 5 deletions

View file

@ -29,8 +29,8 @@ android {
applicationId = "me.lecaro.breakout"
minSdk = 21
targetSdk = 34
versionCode = 29186809
versionName = "29186809"
versionCode = 29186810
versionName = "29186810"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
useSupportLibrary = true

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
// The version of the cache.
const VERSION = "29186809";
const VERSION = "29186810";
// The name of the cache
const CACHE_NAME = `breakout-71-${VERSION}`;

View file

@ -1 +1 @@
"29186809"
"29186810"