mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-15 10:41:43 +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:
|
Categories:
|
||||||
- Games
|
- Games
|
||||||
License: CC0-1.0
|
License: CC0-1.0
|
||||||
|
AuthorName: Marcin Serwin
|
||||||
|
AuthorEmail: marcin@serwin.dev
|
||||||
|
AuthorWebSite: https://serwin.dev
|
||||||
WebSite: https://git.sr.ht/~marcin-serwin/anarch-re
|
WebSite: https://git.sr.ht/~marcin-serwin/anarch-re
|
||||||
SourceCode: https://git.sr.ht/~marcin-serwin/anarch-re-android
|
SourceCode: https://git.sr.ht/~marcin-serwin/anarch-re-android
|
||||||
IssueTracker: https://lists.sr.ht/~marcin-serwin/public-inbox
|
IssueTracker: https://lists.sr.ht/~marcin-serwin/public-inbox
|
||||||
|
|
@ -29,7 +32,21 @@ Builds:
|
||||||
- make assets
|
- make assets
|
||||||
- find assets -type f -executable -exec rm {} \;
|
- 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
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: '1.0'
|
CurrentVersion: z2
|
||||||
CurrentVersionCode: 1
|
CurrentVersionCode: 2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue