Skip to content

Commit 03a7d41

Browse files
committed
chore: downgrade barcodescanner:zxing, update sdkVersion 34, & update versionCode 4 and versionName 1.0.3
1 parent d106a14 commit 03a7d41

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ static def getBuildDate() {
1313

1414
android {
1515
namespace 'com.ahmadabuhasan.qrbarcode'
16-
compileSdkVersion 33
16+
compileSdkVersion 34
1717

1818
defaultConfig {
1919
applicationId "com.ahmadabuhasan.qrbarcode"
2020
minSdkVersion 23
21-
targetSdkVersion 33
22-
versionCode 3
23-
versionName "1.0.2"
21+
targetSdkVersion 34
22+
versionCode 4
23+
versionName "1.0.3"
2424

2525
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2626
}
@@ -60,5 +60,5 @@ dependencies {
6060
implementation platform('com.google.firebase:firebase-bom:32.0.0')
6161
implementation 'com.google.firebase:firebase-analytics'
6262

63-
implementation 'me.dm7.barcodescanner:zxing:1.9.13'
63+
implementation 'me.dm7.barcodescanner:zxing:1.9.8'
6464
}

0 commit comments

Comments
 (0)