Skip to content

Commit 657bb1b

Browse files
committed
Upgrade All Version
1 parent 18ac840 commit 657bb1b

1 file changed

Lines changed: 15 additions & 17 deletions

File tree

app/build.gradle

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
plugins {
22
id 'com.android.application'
3+
id 'com.google.gms.google-services'
34
}
45

56
def BUILD_DATE = getBuildDate()
@@ -10,15 +11,16 @@ static def getBuildDate() {
1011
return formattedDate
1112
}
1213

13-
android {
14+
android {
15+
namespace 'com.ahmadabuhasan.qrbarcode'
1416
compileSdkVersion 33
1517

1618
defaultConfig {
1719
applicationId "com.ahmadabuhasan.qrbarcode"
1820
minSdkVersion 23
1921
targetSdkVersion 33
20-
versionCode 2
21-
versionName "1.0.1"
22+
versionCode 3
23+
versionName "1.0.2"
2224

2325
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2426
}
@@ -40,27 +42,23 @@ android {
4042
}
4143

4244
buildFeatures {
45+
buildConfig true
4346
viewBinding true
4447
}
4548
}
4649

4750
dependencies {
48-
49-
implementation 'androidx.appcompat:appcompat:1.3.1'
50-
implementation 'com.google.android.material:material:1.4.0'
51-
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
51+
implementation 'androidx.appcompat:appcompat:1.6.1'
52+
implementation 'com.google.android.material:material:1.9.0'
53+
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
5254
testImplementation 'junit:junit:4.13.2'
53-
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
54-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
55-
56-
implementation 'com.google.android.gms:play-services-ads:19.3.0'
57-
implementation 'com.google.android.gms:play-services-ads-lite:19.3.0'
55+
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
56+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
5857

59-
implementation platform('com.google.firebase:firebase-bom:26.6.0')
58+
implementation 'com.google.android.play:app-update:2.1.0'
59+
implementation 'com.google.android.gms:play-services-ads:22.1.0'
60+
implementation platform('com.google.firebase:firebase-bom:32.0.0')
6061
implementation 'com.google.firebase:firebase-analytics'
6162

6263
implementation 'me.dm7.barcodescanner:zxing:1.9.13'
63-
}
64-
65-
apply plugin: 'com.google.gms.google-services'
66-
apply plugin: 'com.android.application'
64+
}

0 commit comments

Comments
 (0)