mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Updated aFreeRDP to 2.0.0
This commit is contained in:
parent
b69d0df745
commit
c120f0dfad
1 changed files with 23 additions and 2 deletions
|
|
@ -102,7 +102,28 @@ Builds:
|
||||||
- ./android-build-freerdp.sh --ndk $$NDK$$ --sdk $$SDK$$ --conf android-build-64.conf
|
- ./android-build-freerdp.sh --ndk $$NDK$$ --sdk $$SDK$$ --conf android-build-64.conf
|
||||||
ndk: r12b
|
ndk: r12b
|
||||||
|
|
||||||
|
- versionName: 2.0.0
|
||||||
|
versionCode: 15
|
||||||
|
commit: 2.0.0
|
||||||
|
subdir: client/Android/Studio/aFreeRDP
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild:
|
||||||
|
- echo -e "RELEASE_STORE_FILE=\nRELEASE_KEY_ALIAS=" >>../gradle.properties
|
||||||
|
- cd ../../../../scripts
|
||||||
|
- sed -i -e 's/OPENSSL_TAG=OpenSSL_1_1_[0-1][a-h]/OPENSSL_TAG=OpenSSL_1_1_1g/'
|
||||||
|
-e 's/WITH_OPENH264=0/WITH_OPENH264=1/' -e 's/CMAKE_BUILD_TYPE=Debug/CMAKE_BUILD_TYPE=Release/g'
|
||||||
|
android-build-*.conf
|
||||||
|
- sed -i -e 's/make/make USE_ASM=no/' android-build-openh264.sh
|
||||||
|
build:
|
||||||
|
- cd ../../../../scripts
|
||||||
|
- ANDROID_NDK=$$NDK$$ ANDROID_SDK=$$SDK$$ ./android-build-freerdp.sh --ndk $$NDK$$
|
||||||
|
--sdk $$SDK$$ --conf android-build-32.conf
|
||||||
|
- ANDROID_NDK=$$NDK$$ ANDROID_SDK=$$SDK$$ ./android-build-freerdp.sh --ndk $$NDK$$
|
||||||
|
--sdk $$SDK$$ --conf android-build-64.conf
|
||||||
|
ndk: r21
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: None
|
UpdateCheckMode: None
|
||||||
CurrentVersion: 2.0.0-rc4
|
CurrentVersion: 2.0.0
|
||||||
CurrentVersionCode: 14
|
CurrentVersionCode: 15
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue