Update org.deluge.trireme

Fix srclib ref of flutter to match with the one used in source
Removed one off bug fix copied from previous build
This commit is contained in:
Aashrava Holla 2019-01-25 13:25:28 +05:30
parent 83f1c035c9
commit 1c3093fefa

View file

@ -49,9 +49,8 @@ Build:0.9.1,7
Build:1.0.2,9
commit=v1.0.2
output=build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
srclibs=flutter@v0.8.2
prebuild=sed -i -e 's|git@github.com:|https://github.com/|' pubspec.lock pubspec.yaml && \
sed -i '/repositories {/a google()' $$flutter$$/packages/flutter_tools/gradle/flutter.gradle
srclibs=flutter@v1.0.0
prebuild=sed -i -e 's|git@github.com:|https://github.com/|' pubspec.lock pubspec.yaml
build=$$flutter$$/bin/flutter config --no-analytics && \
$$flutter$$/bin/flutter build apk --flavor fdroid