mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-20 04:05:06 -04:00
Build 29064070
This commit is contained in:
parent
e9f3f03bcf
commit
0cef60f90d
6 changed files with 8 additions and 8 deletions
|
@ -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
|
@ -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
2
dist/index.html
vendored
|
@ -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");
|
||||
|
|
|
@ -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}`;
|
||||
|
|
|
@ -1 +1 @@
|
|||
"29064068"
|
||||
"29064070"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue