Use newer Flutter SDK when building eu.bauerj.paperless_app

This commit is contained in:
Johann Bauer 2021-01-06 01:20:37 +00:00 committed by Izzy
parent b13dec6f54
commit aef7e1aa75

View file

@ -61,7 +61,7 @@ Builds:
commit: 0.0.10
output: build/app/outputs/apk/release/app-release.apk
srclibs:
- flutter@1.22.5
- flutter@1.25.0-8.1.pre
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
{ output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build: