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

Commit 26c88e0

Browse files
Updated play store release notes
Auditors: @bbondy
1 parent 48eebf7 commit 26c88e0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Application/LinkBubble/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
// Manifest version information!
1313
def versionMajor = 1
1414
def versionMinor = 9
15-
def versionPatch = 15
15+
def versionPatch = 16
1616
def versionBuild = 0 // bump for dogfood builds, public betas, etc.
1717

1818
apply plugin:'com.android.application'

Application/LinkBubble/src/main/res/xml/changelog.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<changelog>
3+
<release version="1.9.16">
4+
<change>BUG FIX: Fixed a back button issue on websites with anchors.</change>
5+
<change>BUG FIX: Fixed a crash that appears sometimes on close and refresh bubble.</change>
6+
<change>NEW: Added Chromium to fallback browser list.</change>
7+
</release>
38
<release version="1.9.15">
49
<change>BUG FIX: Fixed a back button issue on websites with anchors.</change>
510
<change>BUG FIX: Fixed a crash that appears sometimes on close and refresh bubble.</change>

0 commit comments

Comments
 (0)