diff --git a/metadata/net.e1547.yml b/metadata/net.e1547.yml index 29d8649419..5296ff2abd 100644 --- a/metadata/net.e1547.yml +++ b/metadata/net.e1547.yml @@ -327,15 +327,11 @@ Builds: - chown vagrant /home/runner/ output: build/app/outputs/flutter-apk/app-release.apk srclibs: - - flutter@stable + - flutter@3.29.3 rm: - ios - windows prebuild: - - export FLUTTER_VERSION=$(./.github/workflows/get_flutter_version.sh) - - pushd $$flutter$$ - - git checkout -f $FLUTTER_VERSION - - popd - export repo=/home/runner/work/e1547 - mkdir -p $repo - cd ..