Merge branch 'fix-wownerujo-ndk' into 'master'
Wownerujo: fix ndk version See merge request fdroid/fdroiddata!4930
This commit is contained in:
commit
51e4d38a1b
|
@ -1,7 +1,7 @@
|
||||||
Categories:
|
Categories:
|
||||||
- Money
|
- Money
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
WebSite: https://wownero.org
|
WebSite: http://wownero.org
|
||||||
SourceCode: https://github.com/wownero/wownerujo/
|
SourceCode: https://github.com/wownero/wownerujo/
|
||||||
IssueTracker: https://github.com/wownero/wownerujo//issues
|
IssueTracker: https://github.com/wownero/wownerujo//issues
|
||||||
|
|
||||||
|
@ -95,6 +95,7 @@ Builds:
|
||||||
|
|
||||||
- versionName: 2.4.0.0
|
- versionName: 2.4.0.0
|
||||||
versionCode: 1130
|
versionCode: 1130
|
||||||
|
disable: network hard forked
|
||||||
commit: v2.4.0.0
|
commit: v2.4.0.0
|
||||||
timeout: 14400
|
timeout: 14400
|
||||||
sudo: apt install -y g++ build-essential tofrodos
|
sudo: apt install -y g++ build-essential tofrodos
|
||||||
|
@ -135,7 +136,7 @@ Builds:
|
||||||
- yes
|
- yes
|
||||||
output: app/build/outputs/apk/release/wownerujo-*_universal.apk
|
output: app/build/outputs/apk/release/wownerujo-*_universal.apk
|
||||||
build: ANDROID_NDK_ROOT=$$NDK$$ make
|
build: ANDROID_NDK_ROOT=$$NDK$$ make
|
||||||
ndk: r17b
|
ndk: r17c
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
|
|
Loading…
Reference in a new issue