From 1e97435410486ca365c5b924246a3a1467d465a3 Mon Sep 17 00:00:00 2001 From: Jonny Buchanan Date: Tue, 24 Mar 2020 03:38:11 +1000 Subject: [PATCH] Rebuilding with --no--shrink to attempt to fix crash issues some users are getting See https://github.com/flutter/flutter/issues/47635 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index f6a4257..bd0e5b6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: vlc_remote description: VLC remote control -version: 1.1.0+4 +version: 1.1.1+5 environment: sdk: ">=2.1.0 <3.0.0"