new app: Doors Of Doom

This commit is contained in:
msx80 2024-05-31 04:40:25 +00:00 committed by linsui
parent d5e2c483f5
commit 5b67fdce6c

View file

@ -0,0 +1,33 @@
Categories:
- Games
License: Apache-2.0
AuthorName: msx80
SourceCode: https://github.com/msx80/DoorsOfDoomOmicron
IssueTracker: https://github.com/msx80/DoorsOfDoomOmicron/issues/
Donate: https://www.paypal.com/paypalme/msx80
AutoName: DoorsOfDoom
RepoType: git
Repo: https://github.com/msx80/DoorsOfDoomOmicron
Builds:
- versionName: 0.0.4
versionCode: 1
commit: v0.0.4
sudo:
- echo "deb http://deb.debian.org/debian sid main" > /etc/apt/sources.list.d/sid.list
- apt-get update
- apt-get install -y maven
- apt-get install -y -t sid openjdk-8-jdk-headless
- update-java-alternatives --set java-1.8.0-openjdk-amd64
output: android-mvn/target/DoorsOfDoom.apk
prebuild: sdkmanager "build-tools;33.0.2" "platforms;android-26"
build:
- mvn -f doorsofdoom/pom.xml clean install
- mvn -f android-mvn/pom.xml clean install android:apk
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 0.0.4
CurrentVersionCode: 1