Merge branch 'master' into time-fix
This commit is contained in:
commit
807a17f359
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue