Build 29064070

This commit is contained in:
Renan LE CARO 2025-04-05 11:10:55 +02:00
parent e9f3f03bcf
commit 0cef60f90d
6 changed files with 8 additions and 8 deletions

View file

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

File diff suppressed because one or more lines are too long

View file

@ -35,7 +35,7 @@ butler push app/build/outputs/apk/release/app-release.apk renanlecaro/breakout71
# archive the output files
FOLDER="/opt/mup-nginx-proxy/config/html/static_sites/archive.lecaro.me/public-files/b71/$versionCode"
ssh staging "mkdir -p $FOLDER"
rsync -vz "./build/index.html" staging:$DOMAIN/b71-$versionCode.html
rsync -vz "./app/build/outputs/apk/release/app-release.apk" staging:$DOMAIN/b71-$versionCode.apk
rsync -vz "./build/index.html" staging:$FOLDER/b71-$versionCode.html
rsync -vz "./app/build/outputs/apk/release/app-release.apk" staging:$FOLDER/b71-$versionCode.apk

2
dist/index.html vendored
View file

@ -1494,7 +1494,7 @@ const upgrades = (0, _upgrades.rawUpgrades).map((u)=>({
}));
},{"./data/palette.json":"ktRBU","./data/levels.json":"8JSUc","./data/version.json":"iyP6E","./upgrades":"1u3Dx","./getLevelBackground":"7OIPf","./levelIcon":"6rQoT","@parcel/transformer-js/src/esmodule-helpers.js":"gkKU3"}],"iyP6E":[function(require,module,exports,__globalThis) {
module.exports = JSON.parse("\"29064068\"");
module.exports = JSON.parse("\"29064070\"");
},{}],"1u3Dx":[function(require,module,exports,__globalThis) {
var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");

View file

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

View file

@ -1 +1 @@
"29064068"
"29064070"