cec33577be
modified: gradle.properties
51 lines
1.3 KiB
YAML
51 lines
1.3 KiB
YAML
Categories:
|
|
- System
|
|
License: GPL-3.0-only
|
|
AuthorName: acidburnmonkey
|
|
AuthorEmail: developercontact.gnarly348@slmail.me
|
|
WebSite: https://www.gitshop.cc/
|
|
SourceCode: https://github.com/acidburnmonkey/stims
|
|
IssueTracker: https://github.com/acidburnmonkey/stims/issues
|
|
|
|
AutoName: Stims
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/acidburnmonkey/stims
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: 1bb04b401623c2217eda0e8e2a1f8a251b607c72
|
|
gradle:
|
|
- yes
|
|
output: app/build/outputs/apk/release/app-release-unsigned.apk
|
|
|
|
- versionName: '1.1'
|
|
versionCode: 2
|
|
commit: 908fc99342ffaa46f84ce1a67868f453e8a61372
|
|
subdir: app
|
|
sudo:
|
|
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
|
- apt-get update
|
|
- apt-get install -y -t trixie openjdk-26-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: '1.2'
|
|
versionCode: 4
|
|
commit: TO_BE_TAGGED
|
|
subdir: app
|
|
sudo:
|
|
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
|
- apt-get update
|
|
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '1.2'
|
|
CurrentVersionCode: 4
|