We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d106a14 commit 03a7d41Copy full SHA for 03a7d41
1 file changed
app/build.gradle
@@ -13,14 +13,14 @@ static def getBuildDate() {
13
14
android {
15
namespace 'com.ahmadabuhasan.qrbarcode'
16
- compileSdkVersion 33
+ compileSdkVersion 34
17
18
defaultConfig {
19
applicationId "com.ahmadabuhasan.qrbarcode"
20
minSdkVersion 23
21
- targetSdkVersion 33
22
- versionCode 3
23
- versionName "1.0.2"
+ targetSdkVersion 34
+ versionCode 4
+ versionName "1.0.3"
24
25
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
26
}
@@ -60,5 +60,5 @@ dependencies {
60
implementation platform('com.google.firebase:firebase-bom:32.0.0')
61
implementation 'com.google.firebase:firebase-analytics'
62
63
- implementation 'me.dm7.barcodescanner:zxing:1.9.13'
+ implementation 'me.dm7.barcodescanner:zxing:1.9.8'
64
0 commit comments