Skip to content

Commit

Permalink
New function for turn on/off flash
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepstream committed May 21, 2018
1 parent 596222c commit 7e5f477
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ ext {
// Library Info
libVersionCode = 12
libVersionName = '2.1.3'
libPomUrl = 'https://github.com/nisrulz/qreader'
libGithubRepo = 'nisrulz/qreader'
libPomUrl = 'https://github.com/sleepstream/qreader'
libGithubRepo = 'sleepstream/qreader'


libModuleName = 'qreader'
libModuleDesc =
'Android library that uses google\'s mobile vision api and simplify the QR code reading process'
libBintrayName = 'com.github.nisrulz:qreader'
libBintrayName = 'com.github.sleepstream:qreader'
}

0 comments on commit 7e5f477

Please sign in to comment.