Update TinyBit launcher flavor and version to 7.1

This commit is contained in:
TBog 2022-08-08 23:44:50 +03:00
parent 3c4951a16b
commit c3bcc7f12d

View file

@ -204,7 +204,18 @@ Builds:
gradle:
- yes
- versionName: '7.1'
versionCode: 39
commit: d8f51b17483283d8a35caf4bc447ae16a7947725
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- fdroid
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '7.0'
CurrentVersionCode: 38
UpdateCheckMode: Tags ^v[^-_]*$
CurrentVersion: '7.1'
CurrentVersionCode: 39