mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
misc fixes
This commit is contained in:
parent
391aa66a90
commit
6b2ce84a4b
3 changed files with 5 additions and 91 deletions
|
|
@ -87,15 +87,14 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 2.3.0
|
||||
versionCode: 10
|
||||
disable: https://github.com/AndInTheClouds/chordreader2/issues/49
|
||||
commit: f6a995cad1592acb16f4e6c10d4331d207c1acb7
|
||||
- versionName: 2.3.1
|
||||
versionCode: 11
|
||||
commit: 3ddec21dc44ac01c59dba6fef329513da1e24934
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.3.0
|
||||
CurrentVersionCode: 10
|
||||
CurrentVersion: 2.3.1
|
||||
CurrentVersionCode: 11
|
||||
|
|
|
|||
|
|
@ -314,13 +314,6 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 4.9.2
|
||||
versionCode: 40902
|
||||
commit: abcc44b3fac5d4fae27262727e4bd9b8c38731cc
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 4.9.3
|
||||
versionCode: 40903
|
||||
commit: f0a5f1a57c831b48700fd603b5c50b805e13d608
|
||||
|
|
|
|||
|
|
@ -304,84 +304,6 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --flavor fdroid --target-platform="android-x64"
|
||||
|
||||
- versionName: 1.6.0
|
||||
versionCode: 6111
|
||||
commit: 1.6.0
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- snap
|
||||
- test
|
||||
prebuild:
|
||||
- export flutterVersion=$(sed -n -E 's/.*FLUTTER_VERSION:\s"([0-9.]+)"/\1/p'
|
||||
.github/workflows/flutter_release_build.yml)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $flutterVersion
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --flavor fdroid --target-platform="android-arm"
|
||||
|
||||
- versionName: 1.6.0
|
||||
versionCode: 6112
|
||||
commit: 1.6.0
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- snap
|
||||
- test
|
||||
prebuild:
|
||||
- export flutterVersion=$(sed -n -E 's/.*FLUTTER_VERSION:\s"([0-9.]+)"/\1/p'
|
||||
.github/workflows/flutter_release_build.yml)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $flutterVersion
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --flavor fdroid --target-platform="android-arm64"
|
||||
|
||||
- versionName: 1.6.0
|
||||
versionCode: 6113
|
||||
commit: 1.6.0
|
||||
output: build/app/outputs/flutter-apk/app-x86_64-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- snap
|
||||
- test
|
||||
prebuild:
|
||||
- export flutterVersion=$(sed -n -E 's/.*FLUTTER_VERSION:\s"([0-9.]+)"/\1/p'
|
||||
.github/workflows/flutter_release_build.yml)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $flutterVersion
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --flavor fdroid --target-platform="android-x64"
|
||||
|
||||
- versionName: 1.6.1
|
||||
versionCode: 6121
|
||||
commit: 1.6.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue