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 ada7977 commit b81165dCopy full SHA for b81165d
readme.adoc
@@ -1,6 +1,6 @@
1
# Android Document Scanner Library
2
3
-image::https://img.shields.io/badge/version-1.5.1-green.svg[]
+image::https://img.shields.io/badge/version-1.5.2-green.svg[]
4
image::https://img.shields.io/badge/minSDK-19-blue.svg[]
5
image::https://img.shields.io/badge/license-MIT-yellowgreen.svg[]
6
@@ -38,7 +38,7 @@ Add lines below to your *app* level build.gradle
38
[source,bourne]
39
----
40
implementation 'io.reactivex.rxjava2:rxandroid:2.1.0'
41
- implementation 'com.github.mayuce:AndroidDocumentScanner:1.5.1'
+ implementation 'com.github.mayuce:AndroidDocumentScanner:1.5.2'
42
43
44
And Sync the gradle
0 commit comments