mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Fix fdroid lint
This commit is contained in:
parent
c5fb4b834f
commit
41567e075d
3 changed files with 6 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue