mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
New App: de.mlex.same
This commit is contained in:
parent
8cf85a7bd5
commit
c7fbef73e9
1 changed files with 27 additions and 0 deletions
27
metadata/de.mlex.same.yml
Normal file
27
metadata/de.mlex.same.yml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: Apache-2.0
|
||||
SourceCode: https://gitlab.com/Smo876/Same
|
||||
IssueTracker: https://gitlab.com/Smo876/Same/-/issues
|
||||
|
||||
AutoName: Same
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/Smo876/Same.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
versionCode: 1
|
||||
commit: v1.0
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[0-9.]+$
|
||||
CurrentVersion: '1.0'
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue