We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d73ea34 commit 412e27eCopy full SHA for 412e27e
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change Log
2
3
+## 1.9.1
4
+* Pick search engine for content that is not an URL
5
+
6
## 1.9.0
7
* Try Google when opening content as URL fails
8
* Show generic error message if barcode generation fails
app/build.gradle
@@ -9,8 +9,8 @@ android {
9
minSdkVersion 9
10
targetSdkVersion sdk_version
11
12
- versionCode 28
13
- versionName '1.9.0'
+ versionCode 29
+ versionName '1.9.1'
14
15
// it's recommended to set this value to the lowest API level
16
// able to provide all the functionality
0 commit comments