misc fixes

This commit is contained in:
linsui 2023-07-24 16:31:19 +08:00
parent f1df975ccc
commit a6c6be919b
5 changed files with 14 additions and 4 deletions

View file

@ -98,13 +98,17 @@ Builds:
- versionName: v1.6.1
versionCode: 82
disable: https://github.com/Chooloo/koler/issues/509
commit: 518b3c0a4941584f232cbf37a612bebb998cf36d
subdir: koler
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
gradle:
- yes
prebuild: sed -i -e 's/VERSION_18/VERSION_17/g' -e 's/(18)/(17)/' build.gradle
AutoUpdateMode: None
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: koler/build.gradle|versionCode\s(\d+)||
CurrentVersion: v1.6.1

View file

@ -144,8 +144,7 @@ Builds:
- versionName: 1.0.6
versionCode: 49
disable: https://github.com/tuntorius/mightier_amp/issues/67
commit: f7d282553063f4ae30213c301b030bd51aa26103
commit: 238102cda9cce24bb8e4aa2dcb4697660d7986fc
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@3.10.6

View file

@ -492,8 +492,13 @@ Builds:
versionCode: 20230721
commit: 6c963cb625f766bbe5a7d251c0b335e0f1715155
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
gradle:
- yes
prebuild: sed -i -e 's/-XX:MaxPermSize=512m//' ../gradle.properties
AutoUpdateMode: Version
UpdateCheckMode: Tags

View file

@ -103,6 +103,7 @@ Builds:
subdir: app
gradle:
- yes
prebuild: sed -i -e "/android {/a lint { abortOnError false }" build.gradle
AutoUpdateMode: Version
UpdateCheckMode: Tags

View file

@ -546,6 +546,7 @@ Builds:
- versionName: '7.37'
versionCode: 158
disable: https://github.com/XCSoar/XCSoar/issues/1272
commit: 33fbf7be6d14a9b067dec92a703f6f4a30515665
submodules: true
sudo: