Skip to content

Commit 549783c

Browse files
committed
删除不必要的文件
1 parent 4f133af commit 549783c

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

czxing/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android {
77
minSdkVersion rootProject.ext.minSdkVersion
88
targetSdkVersion rootProject.ext.targetSdkVersion
99
versionCode 19
10-
versionName "0.9.4-SNAPSHOT"
10+
versionName "0.9.5"
1111

1212
externalNativeBuild {
1313
cmake {
-17.5 MB
Binary file not shown.
-9.41 MB
Binary file not shown.

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ android {
4848
dependencies {
4949

5050
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.0-beta-3'
51-
implementation project(':czxing')
52-
// implementation 'me.devilsen:CZXing:0.9.3'
51+
// implementation project(':czxing')
52+
implementation 'me.devilsen:CZXing:0.9.5'
5353

5454
implementation rootProject.ext.appcompat
5555
testImplementation rootProject.ext.junit

0 commit comments

Comments
 (0)