Добавил библиотеку zbar, она медленно, но верно распознает код на серебрянной карточке. Нужно настроить конфиг.
This commit is contained in:
@@ -36,6 +36,10 @@ android {
|
||||
signingConfig signingConfigs.debug
|
||||
}
|
||||
}
|
||||
|
||||
sourceSets.main {
|
||||
jniLibs.srcDir 'jniLibs'
|
||||
}
|
||||
}
|
||||
|
||||
flutter {
|
||||
@@ -43,6 +47,7 @@ flutter {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
androidTestCompile 'com.android.support:support-annotations:25.4.0'
|
||||
androidTestCompile 'com.android.support.test:runner:0.5'
|
||||
androidTestCompile 'com.android.support.test:rules:0.5'
|
||||
|
||||
Reference in New Issue
Block a user