mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
li-ri: version 3.1.0
This commit is contained in:
parent
f5e7ba7450
commit
1c94898c21
1 changed files with 29 additions and 3 deletions
|
|
@ -63,11 +63,37 @@ Builds:
|
||||||
- sed -i "s/SUPPORT_MOD_MODPLUG ?= false/SUPPORT_MOD_MODPLUG ?= true/" src/main/jni/SDL2_mixer/Android.mk
|
- sed -i "s/SUPPORT_MOD_MODPLUG ?= false/SUPPORT_MOD_MODPLUG ?= true/" src/main/jni/SDL2_mixer/Android.mk
|
||||||
ndk: r21e
|
ndk: r21e
|
||||||
|
|
||||||
|
- versionName: 3.1.0
|
||||||
|
versionCode: 30100
|
||||||
|
commit: v3.1.0
|
||||||
|
subdir: android/app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y autoconf make
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- SDL@release-2.28.5
|
||||||
|
- SDL_mixer@release-2.6.3
|
||||||
|
prebuild:
|
||||||
|
- ln -s $$SDL$$ src/main/jni/SDL2
|
||||||
|
- ln -s $$SDL$$/include src/main/jni/SDL2/SDL2
|
||||||
|
- ln -s $$SDL_mixer$$ src/main/jni/SDL2_mixer
|
||||||
|
- ln -s $$SDL_mixer$$/include src/main/jni/SDL2_mixer/SDL2
|
||||||
|
- pushd $$SDL_mixer$$
|
||||||
|
- git submodule update --init external/libmodplug
|
||||||
|
- popd
|
||||||
|
- mkdir src/main/assets/
|
||||||
|
- cp -R ../../Sounds src/main/assets/
|
||||||
|
- cp ../../data/* src/main/assets/
|
||||||
|
- sed -i "s/SUPPORT_MOD_MODPLUG ?= false/SUPPORT_MOD_MODPLUG ?= true/" src/main/jni/SDL2_mixer/Android.mk
|
||||||
|
ndk: r21e
|
||||||
|
|
||||||
MaintainerNotes: |-
|
MaintainerNotes: |-
|
||||||
The code is provided as is, no gameplay has been made regarding the initial version.
|
The code is provided as is, no gameplay has been made regarding the initial version.
|
||||||
I don't plan to improve the game, my addition was mostly to not lose the original game (which is great!) and have it on Android.
|
I don't plan to improve the game, my addition was mostly to not lose the original game (which is great!) and have it on Android.
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 3.0.1
|
CurrentVersion: 3.1.0
|
||||||
CurrentVersionCode: 30001
|
CurrentVersionCode: 30100
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue