--- a/app/build.gradle.kts Thu Aug 29 14:28:35 2019 -0700
+++ b/app/build.gradle.kts Thu Aug 29 15:33:26 2019 -0700
@@ -47,7 +47,7 @@
targetSdkVersion(29)
val major = 1
val minor = 4
- val patch = 0
+ val patch = 1
versionCode = computeChangesetVersionCode(major, minor, patch)
versionName = "$major.$minor.$patch"
buildConfigField("String", "REPOSITORY_CHANGESET", "\"${getChangeSet()}\"")
--- a/app/src/main/play/release-notes/en-US/default.txt Thu Aug 29 14:28:35 2019 -0700
+++ b/app/src/main/play/release-notes/en-US/default.txt Thu Aug 29 15:33:26 2019 -0700
@@ -1,3 +1,2 @@
-You can now manage your feeds from the application
-Dark theme improvements
+Fix synchronization issues with latest TinyTinyRss server version
Other bug fixes and general improvements
--- a/app/src/main/play/release-notes/fr-FR/default.txt Thu Aug 29 14:28:35 2019 -0700
+++ b/app/src/main/play/release-notes/fr-FR/default.txt Thu Aug 29 15:33:26 2019 -0700
@@ -1,3 +1,2 @@
-Il est maintenant possible de gérer ses flux dans l'application
-Amélioration du theme sombre
+Correction des problemes de synchronisation avec les derniers versions du serveur TinyTinyRss
Divers correctifs et améliorations