Skip to content
This repository has been archived by the owner on Nov 9, 2018. It is now read-only.

Commit

Permalink
Updated play store release notes
Browse files Browse the repository at this point in the history
Auditors: @bbondy
  • Loading branch information
SergeyZhukovsky committed Apr 13, 2016
1 parent 74c62d6 commit 65cd91d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Application/LinkBubble/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
7 changes: 7 additions & 0 deletions Application/LinkBubble/src/main/res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="1.9.19">
<change>BUG FIX: Fixed a back button issue on thestar.com.</change>
<change>BUG FIX: WebViews were not destroying on Close All bubbles command.</change>
<change>BUG FIX: Fixed incognito mode.</change>
<change>BUG FIX: Fixed a crash sometimes in open in Application dialog.</change>
<change>BUG FIX: Fixed a crash when changing a WebView's settings.</change>
</release>
<release version="1.9.18">
<change>BUG FIX: Fixed a back button issue on thestar.com.</change>
<change>BUG FIX: WebViews were not destroying on Close All bubbles command.</change>
Expand Down

0 comments on commit 65cd91d

Please sign in to comment.