mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 13:49:06 +00:00
Update WonderDroid Ultra to 5.5 (70)
This commit is contained in:
parent
266140679c
commit
98642b26a7
1 changed files with 22 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ SourceCode: https://github.com/williehwc/wonderdroid-x
|
|||
IssueTracker: https://github.com/williehwc/wonderdroid-x/issues
|
||||
Changelog: https://github.com/williehwc/wonderdroid-x/releases
|
||||
|
||||
AutoName: WonderDroid X
|
||||
AutoName: WonderDroid Ultra
|
||||
Description: |-
|
||||
WonderDroid X, based on WonderDroid, is a WSC emulator. It comes with many
|
||||
features you'd expect, including support for both monochrome and color
|
||||
|
|
@ -48,7 +48,26 @@ Builds:
|
|||
- mv src/main/libs/* src/main/jniLibs/
|
||||
ndk: r12b
|
||||
|
||||
- versionName: '5.5'
|
||||
versionCode: 70
|
||||
commit: bca8527d9cb4ace82ae6a9ab19f3c84e96ae8571
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- app/libs
|
||||
prebuild: sed -i -e "s|files('libs/commons-io-2.1.jar')|'commons-io:commons-io:2.1'|"
|
||||
build.gradle
|
||||
scandelete:
|
||||
- app/src/main/jniLibs/
|
||||
build:
|
||||
- pushd src/main/jni
|
||||
- $$NDK$$/ndk-build
|
||||
- popd
|
||||
- mv src/main/libs/* src/main/jniLibs/
|
||||
ndk: r12b
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '3.1'
|
||||
CurrentVersionCode: 51
|
||||
CurrentVersion: '5.5'
|
||||
CurrentVersionCode: 70
|
||||
|
|
|
|||
Loading…
Reference in a new issue