mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Flutter version for com.blockbasti.justanotherworkouttimer.yml
This commit is contained in:
parent
3b2102a151
commit
b7aeb4161d
1 changed files with 5 additions and 1 deletions
|
|
@ -161,9 +161,13 @@ Builds:
|
||||||
- versionName: 1.9.0
|
- versionName: 1.9.0
|
||||||
versionCode: 20210922
|
versionCode: 20210922
|
||||||
commit: 8c78a425cfb3986f995b9738e7216ce30fb83aa2
|
commit: 8c78a425cfb3986f995b9738e7216ce30fb83aa2
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y openjdk-11-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
||||||
srclibs:
|
srclibs:
|
||||||
- flutter@2.2.3
|
- flutter@2.5.1
|
||||||
prebuild: echo "flutter.sdk=$$flutter$$" >> ../local.properties
|
prebuild: echo "flutter.sdk=$$flutter$$" >> ../local.properties
|
||||||
build:
|
build:
|
||||||
- $$flutter$$/bin/flutter config --no-analytics
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue