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
  • Loading branch information
SergeyZhukovsky committed May 19, 2016
1 parent c50add3 commit 5d2af76
Show file tree
Hide file tree
Showing 2 changed files with 7 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 = 25
def versionPatch = 50
def versionBuild = 0 // bump for dogfood builds, public betas, etc.

apply plugin:'com.android.application'
Expand Down
6 changes: 6 additions & 0 deletions Application/LinkBubble/src/main/res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="1.9.50">
<change>NEW: Implemented copy/paste functionality in the location bar and in web content.</change>
<change>BUG FIX: Fixed remaining crashes in HTML select elements.</change>
<change>BUG FIX: Fixed HTML5 color pickers control.</change>
<change>BUG FIX: Fixed bug with translate.google.com.</change>
</release>
<release version="1.9.25">
<change>BUG FIX: Fixed a behaviour that WebView didn't appear after screen lock.</change>
<change>BUG FIX: Corrected copy/paste dialog to hide bubbles on tap.</change>
Expand Down

0 comments on commit 5d2af76

Please sign in to comment.