mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
misc fixes
This commit is contained in:
parent
abc8a8dc7e
commit
2be56058b4
3 changed files with 56 additions and 5 deletions
|
|
@ -15,6 +15,48 @@ Repo: https://github.com/HeCodes2Much/mLauncher
|
|||
Binaries: https://github.com/HeCodes2Much/mLauncher/releases/download/%v/mLauncher-%v-Signed.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.3
|
||||
versionCode: 28
|
||||
commit: e4791e3deb2b9e0148ffe65f66fb557bf21dbfdf
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.0.5
|
||||
versionCode: 30
|
||||
commit: 8a7e845300a637599b3d3f44a7f89e1c3af4c06d
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.0.6
|
||||
versionCode: 31
|
||||
commit: 887ad3818e3b1f32cf8c07d0f1a63c3deacbd771
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.1.0
|
||||
versionCode: 32
|
||||
commit: 8558cabb31440869a5506b7d2de0871f5930e49e
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.1.1
|
||||
versionCode: 33
|
||||
commit: a511fc6812fce577f183b5a019a0c18cf1b87a1c
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.2.0
|
||||
versionCode: 34
|
||||
commit: 861734ed37f5976b83e84ab8fee8dd2adaee5738
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 0.3.5
|
||||
versionCode: 35
|
||||
commit: 6ce84f0d194b95c906675738ab1921e1a858d78e
|
||||
|
|
|
|||
|
|
@ -193,6 +193,10 @@ Builds:
|
|||
versionCode: 22
|
||||
commit: 92e9e5fb4ac151bd0337ee1e000d5486cace0b82
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
|
|
|
|||
|
|
@ -118,18 +118,23 @@ Builds:
|
|||
commit: 94803f7784a2fb1184975519ce2920953f324176
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.3.2
|
||||
- flutter@3.3.10
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- windows
|
||||
- web
|
||||
- macos
|
||||
prebuild: touch .env
|
||||
build:
|
||||
prebuild:
|
||||
- touch .env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
|
|
|
|||
Loading…
Reference in a new issue