From 26c88e0dcecb85268ca3ea38e206594b6413f730 Mon Sep 17 00:00:00 2001 From: Serg Date: Wed, 6 Apr 2016 22:15:32 -0400 Subject: [PATCH] Updated play store release notes Auditors: @bbondy --- Application/LinkBubble/build.gradle | 2 +- Application/LinkBubble/src/main/res/xml/changelog.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Application/LinkBubble/build.gradle b/Application/LinkBubble/build.gradle index 642ac6a87..fcd181cf1 100644 --- a/Application/LinkBubble/build.gradle +++ b/Application/LinkBubble/build.gradle @@ -12,7 +12,7 @@ buildscript { // Manifest version information! def versionMajor = 1 def versionMinor = 9 -def versionPatch = 15 +def versionPatch = 16 def versionBuild = 0 // bump for dogfood builds, public betas, etc. apply plugin:'com.android.application' diff --git a/Application/LinkBubble/src/main/res/xml/changelog.xml b/Application/LinkBubble/src/main/res/xml/changelog.xml index 00e687174..a6a66a8e9 100755 --- a/Application/LinkBubble/src/main/res/xml/changelog.xml +++ b/Application/LinkBubble/src/main/res/xml/changelog.xml @@ -1,5 +1,10 @@ + + BUG FIX: Fixed a back button issue on websites with anchors. + BUG FIX: Fixed a crash that appears sometimes on close and refresh bubble. + NEW: Added Chromium to fallback browser list. + BUG FIX: Fixed a back button issue on websites with anchors. BUG FIX: Fixed a crash that appears sometimes on close and refresh bubble.