misc fixes

This commit is contained in:
linsui 2022-08-01 19:15:57 +08:00
parent 8c361becd3
commit 4d88869d95
2 changed files with 4 additions and 15 deletions

View file

@ -121,19 +121,6 @@ Builds:
scandelete:
- app
- versionName: v2.6.1
versionCode: 261
commit: 453d6b3d9e11aaa61aa36c2934a9dee39224fd78
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- fdroid
scandelete:
- app
- versionName: v2.6.2
versionCode: 262
commit: 3cc11560745abf304fb30a09f658a38a845059f4
@ -144,8 +131,6 @@ Builds:
- update-alternatives --auto java
gradle:
- fdroid
scandelete:
- app
AutoUpdateMode: Version
UpdateCheckMode: Tags

View file

@ -37,6 +37,10 @@ Builds:
versionCode: 5
commit: 0c896861b89799714c6ca5ca26269eff0b8f7efa
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes