ccgt: 1.44

This commit is contained in:
linsui 2022-09-16 10:53:35 +08:00
parent b162f17739
commit 99b3ec5959

View file

@ -71,7 +71,18 @@ Builds:
- yes
prebuild: sed -i -e '/android\ {/alintOptions\ {abortOnError\ false}' build.gradle
- versionName: '1.44'
versionCode: 1144
commit: ae01eddae190a083da810ecb3000daf7ba2351e3
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '1.43'
CurrentVersionCode: 1143
CurrentVersion: '1.44'
CurrentVersionCode: 1144