mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update aTalk to 4.5.2 (405020)
This commit is contained in:
parent
1c8c976b55
commit
b8b39fa83e
1 changed files with 30 additions and 2 deletions
|
|
@ -3096,10 +3096,38 @@ Builds:
|
|||
- ./build-jnilibs4atalk.sh
|
||||
ndk: r28c
|
||||
|
||||
- versionName: 4.5.2
|
||||
versionCode: 405020
|
||||
commit: f8965c307f3ceceb8cd70eb15d7dfc9f2a022b06
|
||||
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
|
||||
(which is populated by libraries we build).
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 4.5.1
|
||||
CurrentVersionCode: 405010
|
||||
CurrentVersion: 4.5.2
|
||||
CurrentVersionCode: 405020
|
||||
|
|
|
|||
Loading…
Reference in a new issue