diff --git a/Android/.idea/misc.xml b/Android/.idea/misc.xml index eb655f9..44a4802 100644 --- a/Android/.idea/misc.xml +++ b/Android/.idea/misc.xml @@ -29,7 +29,7 @@ - + diff --git a/Android/mobile/build.gradle b/Android/mobile/build.gradle index 1124ef3..bc93f42 100644 --- a/Android/mobile/build.gradle +++ b/Android/mobile/build.gradle @@ -8,8 +8,8 @@ android { applicationId "fi.iki.murgo.irssinotifier" minSdkVersion 14 targetSdkVersion 27 - versionCode 17 - versionName "1.9.1" + versionCode 18 + versionName "1.9.2" } flavorDimensions "version" productFlavors { diff --git a/Server/IrssiNotifierServer/html/index.html b/Server/IrssiNotifierServer/html/index.html index 22cdd0f..2a92d5e 100644 --- a/Server/IrssiNotifierServer/html/index.html +++ b/Server/IrssiNotifierServer/html/index.html @@ -212,6 +212,11 @@

What's new?

For latest developments, check project's Github page.

+

2.12.2018: IrssiNotifier 1.9.2 released.

+
+ New version of the app has been released, that fixes only single message showing up in the app. Thanks to everybody for reporting, and special thanks to jheidel for debugging the issue. +
+

11.11.2018: Android 9 is now supported.

New version of the IrssiNotifier app (1.9.1) has been released, which removes Google Cloud Messaging in favor of Firebase Cloud Messaging to properly support Android Pie.