From 65cd91d43abfb7ecfef1fdb29e68a69d86e959f8 Mon Sep 17 00:00:00 2001 From: Serg Date: Wed, 13 Apr 2016 16:45:28 -0400 Subject: [PATCH] Updated play store release notes Auditors: @bbondy --- Application/LinkBubble/build.gradle | 2 +- Application/LinkBubble/src/main/res/xml/changelog.xml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Application/LinkBubble/build.gradle b/Application/LinkBubble/build.gradle index 315b99a03..3c1d22af7 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 = 18 +def versionPatch = 19 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 fd0a27b6b..a310d310f 100755 --- a/Application/LinkBubble/src/main/res/xml/changelog.xml +++ b/Application/LinkBubble/src/main/res/xml/changelog.xml @@ -1,5 +1,12 @@ + + BUG FIX: Fixed a back button issue on thestar.com. + BUG FIX: WebViews were not destroying on Close All bubbles command. + BUG FIX: Fixed incognito mode. + BUG FIX: Fixed a crash sometimes in open in Application dialog. + BUG FIX: Fixed a crash when changing a WebView's settings. + BUG FIX: Fixed a back button issue on thestar.com. BUG FIX: WebViews were not destroying on Close All bubbles command.