mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
Merge branch 'miscfixes431' into 'master'
Misc fixes See merge request fdroid/fdroiddata!8400
This commit is contained in:
commit
2b5f19d715
3 changed files with 6 additions and 19 deletions
|
|
@ -660,6 +660,7 @@ Builds:
|
|||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/splits\ {/,+8d' build.gradle
|
||||
ndk: r22
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
|
|
|
|||
|
|
@ -526,20 +526,6 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.9.8
|
||||
versionCode: 160
|
||||
commit: 1.9.8
|
||||
output: build/app/outputs/apk/release/app-release.apk
|
||||
srclibs:
|
||||
- flutter@1.22.5
|
||||
prebuild:
|
||||
- touch android/key.properties
|
||||
- echo 'android.applicationVariants.all { variant -> variant.outputs.all { output
|
||||
-> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.9.9
|
||||
versionCode: 162
|
||||
commit: 1.9.9
|
||||
|
|
|
|||
|
|
@ -3708,9 +3708,9 @@ Builds:
|
|||
prebuild: sed -i -e '/keystoreProperties/d' build.gradle
|
||||
ndk: r21d
|
||||
|
||||
- versionName: '1.1491'
|
||||
versionCode: 1491
|
||||
commit: '1.1491'
|
||||
- versionName: '1.1492'
|
||||
versionCode: 1492
|
||||
commit: '1.1492'
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
|
|
@ -3722,5 +3722,5 @@ MaintainerNotes: Dynamic versionName and version code, so no autoupdates anymore
|
|||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: '1.1491'
|
||||
CurrentVersionCode: 1491
|
||||
CurrentVersion: '1.1492'
|
||||
CurrentVersionCode: 1492
|
||||
|
|
|
|||
Loading…
Reference in a new issue