mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-15 10:41:43 +00:00
Update aTalk to 2.9.6 (209061)
This commit is contained in:
parent
c744850cd7
commit
2e2dd8bbef
1 changed files with 36 additions and 1 deletions
|
|
@ -1859,10 +1859,45 @@ Builds:
|
||||||
- ./build-jnilibs4atalk.sh
|
- ./build-jnilibs4atalk.sh
|
||||||
ndk: r20
|
ndk: r20
|
||||||
|
|
||||||
|
- versionName: 2.9.6
|
||||||
|
versionCode: 209061
|
||||||
|
commit: 9c10c6d68fbc41392099072f6b22f1826563c5d2
|
||||||
|
subdir: aTalk
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install openjdk-11-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
rm:
|
||||||
|
- aTalk/lib/src_reference/
|
||||||
|
- aTalk/jni/ffmpeg/android/
|
||||||
|
- aTalk/jni/openssl/android/
|
||||||
|
- aTalk/jni/vpx/android/
|
||||||
|
prebuild:
|
||||||
|
- JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager 'ndk;18.1.5063045'
|
||||||
|
'build-tools;32.0.0' 'build-tools;30.0.3' > /dev/null
|
||||||
|
- cp $$SDK$$/build-tools/30.0.3/lib/dx.jar $$SDK$$/build-tools/32.0.0/lib/dx.jar
|
||||||
|
- cp $$SDK$$/build-tools/30.0.3/dx $$SDK$$/build-tools/32.0.0/dx
|
||||||
|
- 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: 2.9.6
|
CurrentVersion: 2.9.6
|
||||||
CurrentVersionCode: 209060
|
CurrentVersionCode: 209061
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue