mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-20 12:15:06 -04:00
Build and deploy of version 29030875
This commit is contained in:
parent
57cb73128f
commit
722637f11f
5 changed files with 13 additions and 5 deletions
|
@ -11,8 +11,8 @@ android {
|
||||||
applicationId = "me.lecaro.breakout"
|
applicationId = "me.lecaro.breakout"
|
||||||
minSdk = 21
|
minSdk = 21
|
||||||
targetSdk = 34
|
targetSdk = 34
|
||||||
versionCode = 29030872
|
versionCode = 29030875
|
||||||
versionName = "29030872"
|
versionName = "29030875"
|
||||||
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
|
@ -1,4 +1,12 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
|
source ~/.nvm/nvm.sh;
|
||||||
|
|
||||||
|
|
||||||
|
nvm install v21
|
||||||
|
nvm use v21
|
||||||
|
|
||||||
if [[ $(node --version) != v21* ]]; then
|
if [[ $(node --version) != v21* ]]; then
|
||||||
echo "run first: nvm use v21"
|
echo "run first: nvm use v21"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
2
dist/index.html
vendored
2
dist/index.html
vendored
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
||||||
"29030872"
|
"29030875"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue