diff options
-rw-r--r-- | app/build.gradle | 1 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 9 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index 7e928d7d..19aaaaa9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,4 +1,5 @@ apply plugin: 'com.android.application' +apply plugin: 'com.bugsnag.android.gradle' apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' apply plugin: 'kotlin-kapt' diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index 5594e713..8182cbdc 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -6,13 +6,18 @@ <item text="" /> --> + <version title="v2.1.1" /> + <item text="Fix link loading for some notifications. Some will redirect to the main notification page" /> + <item text="Fix double back click problem" /> + <item text="" /> + <item text="" /> + <item text="" /> + <version title="v2.1.0" /> <item text="Changed signing key; requires clean install" /> <item text="Update lots of theme components" /> <item text="Fix create post button" /> <item text="Add translations for Danish, Ukranian, and Swedish" /> - <item text="" /> - <item text="" /> <version title="v2.0.1" /> <item text="Update theme" /> |