mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-20 12:15:06 -04:00
Build and deploy of version 29020162
This commit is contained in:
parent
7ba90fdf01
commit
8242837b77
6 changed files with 7 additions and 7 deletions
|
@ -11,8 +11,8 @@ android {
|
||||||
applicationId = "me.lecaro.breakout"
|
applicationId = "me.lecaro.breakout"
|
||||||
minSdk = 21
|
minSdk = 21
|
||||||
targetSdk = 34
|
targetSdk = 34
|
||||||
versionCode = 29020161
|
versionCode = 29020162
|
||||||
versionName = "29020161"
|
versionName = "29020162"
|
||||||
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
|
@ -5,7 +5,7 @@ if [[ $(node --version) != v21* ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
if grep src -rE "T[O]DO|F[I]XME|console\.log"
|
if grep -rE "T[O]DO|F[I]XME|console\.log" src
|
||||||
then
|
then
|
||||||
echo "You have left some T0D0 or logs"
|
echo "You have left some T0D0 or logs"
|
||||||
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
|
@ -1655,7 +1655,7 @@ function explodeBrick(index, ball, isExplosion) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// TODO
|
|
||||||
// Blow nearby coins
|
// Blow nearby coins
|
||||||
coins.forEach((c) => {
|
coins.forEach((c) => {
|
||||||
const dx = c.x - x;
|
const dx = c.x - x;
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
"29020161"
|
"29020162"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue