This commit is contained in:
linsui 2023-09-05 04:17:13 +00:00
parent fcec8637ba
commit e5cf124e2f
No known key found for this signature in database
5 changed files with 16 additions and 7 deletions

View file

@ -79,8 +79,7 @@ Builds:
- versionName: 0.9.36
versionCode: 9360
disable: https://github.com/jclehner/rxdroid/issues/46
commit: 77ad0e8e435c541e2a55a509538494a59ebcb161
commit: 621235437cd225651a4d7031618746e3f3f8f5cf
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless

View file

@ -195,6 +195,7 @@ Builds:
- versionName: 1.4.14
versionCode: 35
disable: https://github.com/apozas/contactdiary/issues/47
commit: d3d49a98e4086e4bc50c2ac567aea7421b13b67e
subdir: android_app/app
sudo:

View file

@ -33,10 +33,10 @@ Builds:
gradle:
- yes
- versionName: BETA-1.7.0
versionCode: 20
- versionName: BETA-1.7.1
versionCode: 21
disable: https://github.com/lighttigerXIV/SimpleMP-Compose/issues/17
commit: 55f1e63d9a601a94591f2d789516941af094099b
commit: bafcf3b9e1ed2186eb004b89d13ac75dfd6303ab
subdir: app
sudo:
- apt-get update
@ -49,5 +49,5 @@ AllowedAPKSigningKeys: 76ff63eb1d5d833f640e9707f997bdf3ccf8868ecac78dc8a9fff85bd
AutoUpdateMode: Version
UpdateCheckMode: Tags BETA.*[0-9]$
CurrentVersion: BETA-1.7.0
CurrentVersionCode: 20
CurrentVersion: BETA-1.7.1
CurrentVersionCode: 21

View file

@ -208,6 +208,10 @@ Builds:
versionCode: 529
commit: 6edd9789197b630e981594b688621eb1a58d243f
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- yes

View file

@ -54,8 +54,13 @@ Builds:
- versionName: 2.0.beta18
versionCode: 30
disable: not reproducible
commit: 49b3f7a1c77347ff1158a8b1ad5ee1fb70f18584
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
gradle:
- yes