Fix fdroid lint

This commit is contained in:
Jochen Sprickerhof 2022-10-06 10:01:17 +02:00
parent c5fb4b834f
commit 41567e075d
No known key found for this signature in database
GPG key ID: 5BFFDCC258E69433
3 changed files with 6 additions and 5 deletions

View file

@ -79,8 +79,8 @@ Builds:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk --flavor fdroid
AutoUpdateMode: Version
UpdateCheckMode: Tags
AutoUpdateMode: None
UpdateCheckMode: None
UpdateCheckData: version.txt|versionCode=(.*)|.|versionName=(.*)
CurrentVersion: 0.7.0
CurrentVersionCode: 9

View file

@ -66,8 +66,8 @@ MaintainerNotes: |-
Builds will fail when the srclib ref of flutter and the version with which
upstream has been built (https://github.com/flutter/flutter/tree/1.22.5) with differ.
AutoUpdateMode: Version
UpdateCheckMode: Tags
AutoUpdateMode: None
UpdateCheckMode: None
UpdateCheckData: version.txt|versionCode=(.*)|.|versionName=(.*)
CurrentVersion: 0.6.1
CurrentVersionCode: 6

View file

@ -46,7 +46,8 @@ Builds:
- update-alternatives --auto java
gradle:
- yes
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager 'cmake;3.10.2.4988404'
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
'cmake;3.10.2.4988404'
ndk: r23b
AutoUpdateMode: Version