We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f133af commit 549783cCopy full SHA for 549783c
4 files changed
czxing/build.gradle
@@ -7,7 +7,7 @@ android {
7
minSdkVersion rootProject.ext.minSdkVersion
8
targetSdkVersion rootProject.ext.targetSdkVersion
9
versionCode 19
10
- versionName "0.9.4-SNAPSHOT"
+ versionName "0.9.5"
11
12
externalNativeBuild {
13
cmake {
czxing/libs/arm64-v8a/libopencv_java4.so
-17.5 MB
czxing/libs/armeabi-v7a/libopencv_java4.so
-9.41 MB
sample/build.gradle
@@ -48,8 +48,8 @@ android {
48
dependencies {
49
50
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.0-beta-3'
51
- implementation project(':czxing')
52
-// implementation 'me.devilsen:CZXing:0.9.3'
+// implementation project(':czxing')
+ implementation 'me.devilsen:CZXing:0.9.5'
53
54
implementation rootProject.ext.appcompat
55
testImplementation rootProject.ext.junit
0 commit comments