mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 23:26:52 +00:00
Update dev.serwin.AnarchRE to z2
This commit is contained in:
parent
cebe4069f6
commit
cf2703499b
1 changed files with 19 additions and 2 deletions
|
|
@ -1,6 +1,9 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: CC0-1.0
|
||||
AuthorName: Marcin Serwin
|
||||
AuthorEmail: marcin@serwin.dev
|
||||
AuthorWebSite: https://serwin.dev
|
||||
WebSite: https://git.sr.ht/~marcin-serwin/anarch-re
|
||||
SourceCode: https://git.sr.ht/~marcin-serwin/anarch-re-android
|
||||
IssueTracker: https://lists.sr.ht/~marcin-serwin/public-inbox
|
||||
|
|
@ -29,7 +32,21 @@ Builds:
|
|||
- make assets
|
||||
- find assets -type f -executable -exec rm {} \;
|
||||
|
||||
- versionName: z2
|
||||
versionCode: 2
|
||||
commit: z2
|
||||
subdir: app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y make
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- app/jni/src/anarch-re/media/main_theme.zip
|
||||
- app/jni/SDL/Xcode/SDL/pkg-support/resources/SDL_DS_Store
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.0'
|
||||
CurrentVersionCode: 1
|
||||
CurrentVersion: z2
|
||||
CurrentVersionCode: 2
|
||||
|
|
|
|||
Loading…
Reference in a new issue