misc fixes

This commit is contained in:
linsui 2022-04-04 22:18:33 +08:00
parent 9cec30e7e8
commit 5e68e318b4
7 changed files with 10 additions and 15 deletions

View file

@ -90,6 +90,10 @@ Builds:
versionCode: 23
commit: 4798ebf62e0c5981ecec568ccab14b6191309f45
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes
ndk: r20b

View file

@ -986,6 +986,7 @@ Builds:
- node_modules/react-native/android
- node_modules/react-native/ReactAndroid/build.gradle
- node_modules/react-native-document-picker/android/build.gradle
- node_modules/react-native-fast-image/android/build.gradle
- node_modules/react-native-localize/android/build.gradle
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-screens/android/build.gradle

View file

@ -209,6 +209,7 @@ Builds:
- node_modules/react-native-webview/android/build.gradle
- node_modules/react-native/template/android/build.gradle
- node_modules/react-native-image-colors/android/build.gradle
- node_modules/react-native-get-random-values/android/build.gradle
- node_modules/react-native-track-player/android/build.gradle
- node_modules/react-native-vector-icons/android/build.gradle
- node_modules/@react-native-async-storage/async-storage/android/build.gradle

View file

@ -1408,6 +1408,7 @@ Builds:
- versionName: 31.1.0
versionCode: 90
disable: https://github.com/juha-h/baresip-studio/issues/245
commit: 3629dbdc6b377630a0863bf9285c53f7f15dd5a3
subdir: app
sudo:

View file

@ -2444,6 +2444,7 @@ Builds:
- versionName: 44.1.0
versionCode: 212
disable: https://github.com/juha-h/baresip-studio/issues/245
commit: 730f9ddf90a94339575a80ba1d875be7d7cd5ad2
subdir: app
sudo:

View file

@ -112,7 +112,7 @@ Builds:
- versionName: 0.3.6
versionCode: 720
commit: d29b095e94dbf52dbf73272e25cfd717e43adaa3
commit: 21390e435f1584a972cecf1c494c3130e1484297
subdir: app
sudo:
- apt-get update || apt-get update

View file

@ -136,26 +136,13 @@ Builds:
output: build/outputs/apk/libre/release/jellyfin-android-*-libre-release-unsigned.apk
build: echo 'jellyfin.version=$$VERSION$$' >> ../gradle.properties
- versionName: 2.4.3
versionCode: 2040399
commit: v2.4.3
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk
- update-alternatives --auto java
gradle:
- libre
output: build/outputs/apk/libre/release/jellyfin-android-*-libre-release-unsigned.apk
build: echo 'jellyfin.version=$$VERSION$$' >> ../gradle.properties
- versionName: 2.4.4
versionCode: 2040499
commit: v2.4.4
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:
- libre