Update README.md

This commit is contained in:
MOATAZ IBRAHIM ELDESOUKI TAWFEEK MOHAMMED 2017-01-18 21:57:39 +02:00 committed by GitHub
parent 2cea9fe569
commit 2ea255a428
1 changed files with 7 additions and 1 deletions

View File

@ -14,7 +14,13 @@ Encoding with zxing (Qr code, PDF 417)
##Add library dependency ##Add library dependency
### installation ### installation
- First add encoding_zxing_lib in your project. Then Add this line in app gradle.build - First add encoding_zxing_lib in your project.
- Second add thi line in (Project Settings) settings.gradle
> include ':encoding_zxing_lib'
- Then Add this line in app gradle.build
> compile project(path: ':encoding_zxing_lib') > compile project(path: ':encoding_zxing_lib')