Skip to content

Commit

Permalink
New function for turn on/off flash
Browse files Browse the repository at this point in the history
Change CameraSource class for open source
  • Loading branch information
sleepstream committed May 21, 2018
1 parent 37f7290 commit 3020995
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ android {
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
implementation fileTree(dir: 'libs', include: ['*.jar'])
testImplementation 'junit:junit:4.12'

compile "com.android.support:appcompat-v7:27.0.0"
compile project(':qreader')
implementation "com.android.support:appcompat-v7:$rootProject.ext.supportLibVersion"
implementation project(':qreader')
}
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.android.tools.build:gradle:3.0.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down Expand Up @@ -56,7 +56,7 @@ ext {

// Library Info
libVersionCode = 12
libVersionName = '2.1.3'
libVersionName = '2.1.4'
libPomUrl = 'https://github.com/sleepstream/qreader'
libGithubRepo = 'sleepstream/qreader'

Expand Down

0 comments on commit 3020995

Please sign in to comment.