misc fixes

This commit is contained in:
linsui 2022-07-14 21:43:10 +08:00 committed by linsui
parent 0d30ed6845
commit ec23d5bca3
5 changed files with 17 additions and 9 deletions

View file

@ -202,6 +202,7 @@ Builds:
- versionName: 1.14.0
versionCode: 174
disable: https://github.com/Swordfish90/Lemuroid/issues/480
commit: 49796b8e2d5fa4f524641994a493c6b54a6659f5
subdir: lemuroid-app
submodules: true

View file

@ -184,6 +184,7 @@ Builds:
- versionName: '1.7'
versionCode: 10700
disable: storage.googleapis.com/r8-releases/raw
commit: 199d6ccfe850f93d0820af40389d0897e95b536b
subdir: app
gradle:
@ -191,6 +192,7 @@ Builds:
- versionName: 1.7.1
versionCode: 10701
disable: storage.googleapis.com/r8-releases/raw
commit: 379f0863e9eef70d83462a5d13e8de932eb785b5
subdir: app
gradle:
@ -198,10 +200,16 @@ Builds:
- versionName: '1.8'
versionCode: 10800
disable: storage.googleapis.com/r8-releases/raw
commit: 962e384add143a2880e64076e92faa5fed4ee12b
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes
prebuild: sed -i -e '/storage.googleapis.com/d' ../build.gradle.kts
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags

View file

@ -1926,6 +1926,7 @@ Builds:
- versionName: 20220707-01
versionCode: 336
disable: https://git.jami.net/savoirfairelinux/jami-client-android/-/issues/1110
commit: android/release_336
timeout: 10800
subdir: client-android/ring-android/app
@ -1947,12 +1948,9 @@ Builds:
srclibs:
- swig@v4.0.2
rm:
- client-gnome
- client-ios
- client-macosx
- client-qt
- client-uwp
- lrc
- plugins
- docker
- docs
@ -1960,14 +1958,16 @@ Builds:
- packaging
- patches
- scripts
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
'platforms;android-32' 'build-tools;32.0.0' > /dev/null
prebuild:
- JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager 'platforms;android-32'
'build-tools;32.0.0' > /dev/null
- sed -i -e '/ndkVersion/s/25.0.8528842/24.0.8215888/' build.gradle.kts
build:
- cd ../..
- export ANDROID_NDK_ROOT="$ANDROID_NDK"
- export ANDROID_ABI="armeabi-v7a arm64-v8a x86_64"
- ./compile.sh --release --daemon
ndk: r23c
ndk: r24
MaintainerNotes: |-
Ring has a lot of native dependencies, the source tarballs of these are all downloaded and build for all enabled architectures.

View file

@ -520,12 +520,11 @@ Builds:
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- foss
- normal
prebuild: sed -i -e '/places-maps-sdk-3.1.0-beta/d' build.gradle
gradleprops:
- GOINGELECTRIC_API_KEY=7ef9a064ec4602a853c9201ac35be94b
- GOOGLE_MAPS_API_KEY=

View file

@ -36,7 +36,7 @@ Builds:
commit: 11fd79b878213c20f454b9121479fd88512d1c34
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
srclibs:
- flutter@2.8.1
- flutter@3.0.4
rm:
- ios
prebuild: sed -i -e 's|git@github.com:|https://github.com/|' pubspec.lock pubspec.yaml