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.