Bump version 1.1.0 1.1.0
authorDa Risk <da_risk@geekorum.com>
Tue, 18 Dec 2018 10:33:16 -0800
changeset 44 6bd2f937d3b3
parent 43 f4d6d383de7e
child 45 e17e7f0343c5
Bump version 1.1.0
app/build.gradle.kts
app/src/main/play/release-notes/en-US/default.txt
app/src/main/play/release-notes/fr-FR/default.txt
--- a/app/build.gradle.kts	Mon Dec 17 19:30:41 2018 -0800
+++ b/app/build.gradle.kts	Tue Dec 18 10:33:16 2018 -0800
@@ -46,7 +46,7 @@
         minSdkVersion(24)
         targetSdkVersion(28)
         val major = 1
-        val minor = 0
+        val minor = 1
         val patch = 0
         versionCode = computeChangesetVersionCode(major, minor, patch)
         versionName = "$major.$minor.$patch"
--- a/app/src/main/play/release-notes/en-US/default.txt	Mon Dec 17 19:30:41 2018 -0800
+++ b/app/src/main/play/release-notes/en-US/default.txt	Tue Dec 18 10:33:16 2018 -0800
@@ -0,0 +1,2 @@
+You can now search from all your feeds!
+Also there are a few bug fixes.
--- a/app/src/main/play/release-notes/fr-FR/default.txt	Mon Dec 17 19:30:41 2018 -0800
+++ b/app/src/main/play/release-notes/fr-FR/default.txt	Tue Dec 18 10:33:16 2018 -0800
@@ -0,0 +1,2 @@
+Vous pouvez maintenant effectuer une recherche parmi vos flux RSS !
+Tout cela est accompagné de corrections de bugs divers.