mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update aTalk to 3.1.2 (301020)
This commit is contained in:
parent
9731c20952
commit
f944c97563
1 changed files with 35 additions and 2 deletions
|
|
@ -2117,10 +2117,43 @@ Builds:
|
||||||
- ./build-jnilibs4atalk.sh
|
- ./build-jnilibs4atalk.sh
|
||||||
ndk: r20
|
ndk: r20
|
||||||
|
|
||||||
|
- versionName: 3.1.2
|
||||||
|
versionCode: 301020
|
||||||
|
commit: 41c60158c7f4773b313f62905abf94130a748376
|
||||||
|
subdir: aTalk
|
||||||
|
sudo:
|
||||||
|
- sdkmanager 'ndk;18.1.5063045' 'build-tools;32.0.0' 'build-tools;30.0.3'
|
||||||
|
- cp /opt/android-sdk/build-tools/30.0.3/lib/dx.jar /opt/android-sdk/build-tools/32.0.0/lib/dx.jar
|
||||||
|
- cp /opt/android-sdk/build-tools/30.0.3/dx /opt/android-sdk/build-tools/32.0.0/dx
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install file make wget bzip2
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
rm:
|
||||||
|
- aTalk/lib/src_reference/
|
||||||
|
- aTalk/jni/ffmpeg/android/
|
||||||
|
- aTalk/jni/openssl/android/
|
||||||
|
- aTalk/jni/vpx/android/
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e 's|dl.bintray.com/google/exoplayer/|jitpack.io|' build.gradle
|
||||||
|
- cd jni/static_library_built
|
||||||
|
- sed -i -e '/export ANDROID_NDK_HOME/d' openssl/_settings.sh
|
||||||
|
- sed -i -e 's|android/android-ndk-r18b|android-sdk/ndk/18.1.5063045|' ffmpeg-x264/_settings.sh
|
||||||
|
libvpx/_settings.sh
|
||||||
|
scanignore:
|
||||||
|
- aTalk/build.gradle
|
||||||
|
scandelete:
|
||||||
|
- aTalk/jni/static_library_built
|
||||||
|
- aTalk/third_party/m2
|
||||||
|
build:
|
||||||
|
- cd jni/static_library_built
|
||||||
|
- ./build-jnilibs4atalk.sh
|
||||||
|
ndk: r20
|
||||||
|
|
||||||
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: 3.1.1
|
CurrentVersion: 3.1.2
|
||||||
CurrentVersionCode: 301010
|
CurrentVersionCode: 301020
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue