misc fixes

This commit is contained in:
linsui 2022-08-04 11:19:35 +08:00
parent 90112f795e
commit dcaa294a61
3 changed files with 12 additions and 3 deletions

View file

@ -61,6 +61,10 @@ Builds:
- versionName: 1.19.1
versionCode: 11910
commit: 1a87018f253fad66a52a6a6a73e65c83683fad0b
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 '/javaMaxHeapSize/s/4g/2g/g' build.gradle

View file

@ -92,6 +92,7 @@ Builds:
- versionName: 0.2.4-RC-10
versionCode: 20440
disable: https://github.com/OpenArchive/Save-app-android/issues/320
commit: 04d069fbb133370e1bd152e47f130fd6deab2d59
subdir: app
sudo:
@ -109,8 +110,8 @@ MaintainerNotes: |
https://github.com/OpenArchive/openarchive/releases/download/%v/openarchive-%v.apk
but doesn't verify, so this is included via the normal process.
AutoUpdateMode: Version
AutoUpdateMode: None
UpdateCheckMode: Tags
UpdateCheckData: config.gradle|versionCode\s+:\s(\d+)|.|versionName\s+:\s'(.+)'
CurrentVersion: 0.2.4-RC-10
CurrentVersionCode: 20440
CurrentVersion: 0.2.4-RC-11
CurrentVersionCode: 20441

View file

@ -41,6 +41,10 @@ Builds:
versionCode: 7
commit: 8e0b7d4cadff0a2ac6ac4711da465489701b09f3
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes