diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a2a7ee..09e15d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 7f730ee..76dfcf3 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -6,6 +6,9 @@ additional functionality it is fine to subclass or reimplement FlutterApplication and put your custom class here. --> + + +