Skip to content

Commit ada7977

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents abafd88 + cc4470d commit ada7977

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Android Document Scanner Library
22

3-
image::https://img.shields.io/badge/version-1.5-green.svg[]
3+
image::https://img.shields.io/badge/version-1.5.1-green.svg[]
44
image::https://img.shields.io/badge/minSDK-19-blue.svg[]
55
image::https://img.shields.io/badge/license-MIT-yellowgreen.svg[]
66

@@ -38,7 +38,7 @@ Add lines below to your *app* level build.gradle
3838
[source,bourne]
3939
----
4040
implementation 'io.reactivex.rxjava2:rxandroid:2.1.0'
41-
implementation 'com.github.mayuce:AndroidDocumentScanner:1.5'
41+
implementation 'com.github.mayuce:AndroidDocumentScanner:1.5.1'
4242
----
4343

4444
And Sync the gradle
@@ -190,7 +190,7 @@ If you have a trouble you can follow follow com.labters.documentscanner.ImageCro
190190

191191
## TO-DO
192192

193-
I already tried it but I’ve lost myself in code and added many features. To make module simple I reverted them. When I have time I need to do some code clean-up.
193+
- Remove RxJava dependency.
194194
195195
## Thanks
196196

0 commit comments

Comments
 (0)