mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Added dynamic version of Flutter dependency for ga.testapp.testapp
This commit is contained in:
parent
52fc08cb4c
commit
8a63c4f6a6
1 changed files with 1 additions and 17 deletions
|
|
@ -78,28 +78,12 @@ Builds:
|
|||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 3.7.0
|
||||
versionCode: 47
|
||||
disable: fails to build
|
||||
commit: 3.7.0
|
||||
output: build/app/outputs/apk/release/app-release.apk
|
||||
srclibs:
|
||||
- flutter@v1.12.13+hotfix.7
|
||||
prebuild:
|
||||
- echo 'android.applicationVariants.all { variant -> variant.outputs.all { output
|
||||
-> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
|
||||
- sed -i '/systemProp\.http\.proxy/d' ~/.gradle/gradle.properties
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 3.8.0
|
||||
versionCode: 48
|
||||
commit: 3.8.0
|
||||
output: build/app/outputs/apk/release/app-release.apk
|
||||
srclibs:
|
||||
- flutter@v1.12.13+hotfix.7
|
||||
- flutter@1.17.0-dev.0.0
|
||||
prebuild:
|
||||
- echo 'android.applicationVariants.all { variant -> variant.outputs.all { output
|
||||
-> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
|
||||
|
|
|
|||
Loading…
Reference in a new issue