Merge pull request #148 from krawieck/fix/link-launching

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

View File

@ -4,6 +4,10 @@
- Added page with saved posts/comments. It can be accessed from the profile tab under the bookmark icon
### Fixed
- Fixed a bug where links would not work on Android 11
## v0.2.3 - 2021-02-09
Lemmur is now available on the [play store](https://play.google.com/store/apps/details?id=com.krawieck.lemmur) and [f-droid](https://f-droid.org/packages/com.krawieck.lemmur)

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"