fix some small layout bugs, add barcode scanner lib as source lib, fix qr code scanning issues
This commit is contained in:
14
libraries/zxing-android-integration/build.gradle
Normal file
14
libraries/zxing-android-integration/build.gradle
Normal file
@@ -0,0 +1,14 @@
|
||||
apply plugin: 'android-library'
|
||||
|
||||
android {
|
||||
compileSdkVersion 19
|
||||
buildToolsVersion '19.0.0'
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
manifest.srcFile 'AndroidManifest.xml'
|
||||
java.srcDirs = ['src']
|
||||
res.srcDirs = ['res']
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user