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 7, 2016
1 parent 48eebf7 commit 26c88e0
Show file tree
Hide file tree
Showing 2 changed files with 6 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 = 15
def versionPatch = 16
def versionBuild = 0 // bump for dogfood builds, public betas, etc.

apply plugin:'com.android.application'
Expand Down
5 changes: 5 additions & 0 deletions Application/LinkBubble/src/main/res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="1.9.16">
<change>BUG FIX: Fixed a back button issue on websites with anchors.</change>
<change>BUG FIX: Fixed a crash that appears sometimes on close and refresh bubble.</change>
<change>NEW: Added Chromium to fallback browser list.</change>
</release>
<release version="1.9.15">
<change>BUG FIX: Fixed a back button issue on websites with anchors.</change>
<change>BUG FIX: Fixed a crash that appears sometimes on close and refresh bubble.</change>
Expand Down

0 comments on commit 26c88e0

Please sign in to comment.