Merge branch 'master' into time-fix

This commit is contained in:
Filip Krawczyk 2021-02-12 18:00:32 +01:00 committed by GitHub
commit 807a17f359
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,7 @@
### Fixed
- Time of posts is now displayed properly. Unless you live in UTC zone, then you won't notice a difference.
- Fixed a bug where links would not work on Android 11
## v0.2.3 - 2021-02-09

View File

@ -6,6 +6,9 @@
additional functionality it is fine to subclass or reimplement
FlutterApplication and put your custom class here. -->
<uses-permission android:name="android.permission.INTERNET" />
<!-- Needed for url_launcher to work on android 11 -->
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/>
<application
android:name="io.flutter.app.FlutterApplication"
android:label="lemmur"