@@ -13,7 +13,7 @@ android {
1313 minSdk 23
1414 targetSdk 30
1515 versionCode 1
16- versionName " 1.0"
16+ versionName " 1.0.0 "
1717
1818 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1919 }
@@ -43,18 +43,18 @@ android {
4343dependencies {
4444
4545 // core dependency
46- implementation ' androidx.core:core-ktx:1.6 .0'
47- implementation ' androidx.appcompat:appcompat:1.3 .1'
48- implementation ' com.google.android.material:material:1.4 .0'
49- implementation ' androidx.constraintlayout:constraintlayout:2.1.0 '
46+ implementation ' androidx.core:core-ktx:1.7 .0'
47+ implementation ' androidx.appcompat:appcompat:1.4 .1'
48+ implementation ' com.google.android.material:material:1.5 .0'
49+ implementation ' androidx.constraintlayout:constraintlayout:2.1.3 '
5050 implementation ' androidx.legacy:legacy-support-v4:1.0.0'
51- implementation ' androidx.navigation:navigation-fragment-ktx:2.3.5 '
52- implementation ' androidx.navigation:navigation-ui-ktx:2.3.5 '
51+ implementation ' androidx.navigation:navigation-fragment-ktx:2.4.2 '
52+ implementation ' androidx.navigation:navigation-ui-ktx:2.4.2 '
5353 implementation ' androidx.biometric:biometric:1.2.0-alpha04'
54- implementation ' androidx.work:work-runtime-ktx:2.5.0 '
54+ implementation ' androidx.work:work-runtime-ktx:2.7.1 '
5555
5656 // testing dependency
57- testImplementation ' junit:junit:4.+ '
57+ testImplementation ' junit:junit:'
5858 androidTestImplementation ' androidx.test.ext:junit:1.1.3'
5959 androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
6060
@@ -76,5 +76,5 @@ dependencies {
7676 // java library for zip files
7777 implementation ' net.lingala.zip4j:zip4j:2.10.0'
7878
79- implementation ' com.google.code.gson:gson:2.3.1 '
79+ implementation ' com.google.code.gson:gson:2.8.9 '
8080}
0 commit comments