mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 02:01:42 +00:00
Update aTalk to 4.6.0 (406000)
This commit is contained in:
parent
c99f775d80
commit
8edca79b98
1 changed files with 30 additions and 2 deletions
|
|
@ -3152,10 +3152,38 @@ Builds:
|
||||||
- ./build-jnilibs4atalk.sh
|
- ./build-jnilibs4atalk.sh
|
||||||
ndk: r28c
|
ndk: r28c
|
||||||
|
|
||||||
|
- versionName: 4.6.0
|
||||||
|
versionCode: 406000
|
||||||
|
commit: 10da875bd5e01ca03a9fba4ce4e48d234cbe9b53
|
||||||
|
subdir: aTalk
|
||||||
|
sudo:
|
||||||
|
- sdkmanager 'build-tools;33.0.2' 'build-tools;30.0.3'
|
||||||
|
- cp /opt/android-sdk/build-tools/30.0.3/lib/dx.jar /opt/android-sdk/build-tools/33.0.2/lib/dx.jar
|
||||||
|
- cp /opt/android-sdk/build-tools/30.0.3/dx /opt/android-sdk/build-tools/33.0.2/dx
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install bzip2 file gcc make pkg-config wget
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
rm:
|
||||||
|
- aTalk/lib/src_reference/
|
||||||
|
- aTalk/jni/ffmpeg/android/
|
||||||
|
- aTalk/jni/openssl/android/
|
||||||
|
- aTalk/jni/vpx/android/
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/foojay/d' ../settings.gradle
|
||||||
|
- sed -i -e 's|/opt/android/android-sdk|$$SDK$$|' jni/{vpx,static_library_built/{openssl,ffmpeg-x264,libvpx}}/_settings.sh
|
||||||
|
- sdkmanager 'ndk;22.1.7171670'
|
||||||
|
scandelete:
|
||||||
|
- aTalk/jni/static_library_built
|
||||||
|
build:
|
||||||
|
- cd jni/static_library_built
|
||||||
|
- ./build-jnilibs4atalk.sh
|
||||||
|
ndk: r28c
|
||||||
|
|
||||||
MaintainerNotes: scanignore is used to allow the local "third_party/m2" Gradle repository
|
MaintainerNotes: scanignore is used to allow the local "third_party/m2" Gradle repository
|
||||||
(which is populated by libraries we build).
|
(which is populated by libraries we build).
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 4.5.3
|
CurrentVersion: 4.6.0
|
||||||
CurrentVersionCode: 405030
|
CurrentVersionCode: 406000
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue