mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 02:01:42 +00:00
Merge branch 'testapp' into 'master'
Added dynamic version of Flutter dependency for ga.testapp.testapp See merge request fdroid/fdroiddata!6554
This commit is contained in:
commit
eed16f7f29
1 changed files with 1 additions and 17 deletions
|
|
@ -78,28 +78,12 @@ Builds:
|
||||||
- $$flutter$$/bin/flutter packages pub get
|
- $$flutter$$/bin/flutter packages pub get
|
||||||
- $$flutter$$/bin/flutter build apk
|
- $$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
|
- versionName: 3.8.0
|
||||||
versionCode: 48
|
versionCode: 48
|
||||||
commit: 3.8.0
|
commit: 3.8.0
|
||||||
output: build/app/outputs/apk/release/app-release.apk
|
output: build/app/outputs/apk/release/app-release.apk
|
||||||
srclibs:
|
srclibs:
|
||||||
- flutter@v1.12.13+hotfix.7
|
- flutter@1.17.0-dev.0.0
|
||||||
prebuild:
|
prebuild:
|
||||||
- echo 'android.applicationVariants.all { variant -> variant.outputs.all { output
|
- echo 'android.applicationVariants.all { variant -> variant.outputs.all { output
|
||||||
-> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
|
-> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue