@@ -30,26 +30,26 @@ android {
30
30
31
31
dependencies {
32
32
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
33
- implementation ' androidx.appcompat:appcompat:1.1 .0'
34
- implementation ' androidx.constraintlayout:constraintlayout:1 .1.3 '
35
- testImplementation ' junit:junit:4.13'
36
- androidTestImplementation ' androidx.test:runner:1.2.0 '
37
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0 '
38
- implementation " androidx.core:core-ktx:1.3 .0"
33
+ implementation ' androidx.appcompat:appcompat:1.6 .0'
34
+ implementation ' androidx.constraintlayout:constraintlayout:2 .1.4 '
35
+ testImplementation ' junit:junit:4.13.2 '
36
+ androidTestImplementation ' androidx.test:runner:1.5.2 '
37
+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1 '
38
+ implementation " androidx.core:core-ktx:1.9 .0"
39
39
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
40
40
41
41
// material design
42
- implementation ' com.google.android.material:material:1.2.0-alpha06 '
42
+ implementation ' com.google.android.material:material:1.6.0 '
43
43
44
44
// network call related libraries
45
- implementation ' com.squareup.retrofit2:retrofit:2.7.2 ' // REST API calling library
46
- implementation ' com.squareup.retrofit2:converter-gson:2.7.2 ' // JSON parsing library
47
- implementation(' com.github.ihsanbal:LoggingInterceptor:3.0 .0' ) { // HTTP pretty log printing library
45
+ implementation ' com.squareup.retrofit2:retrofit:2.9.0 ' // REST API calling library
46
+ implementation ' com.squareup.retrofit2:converter-gson:2.9.0 ' // JSON parsing library
47
+ implementation(' com.github.ihsanbal:LoggingInterceptor:3.1 .0' ) { // HTTP pretty log printing library
48
48
exclude group : ' org.json' , module : ' json'
49
49
}
50
50
51
51
// glide image loading library
52
- implementation ' com.github.bumptech.glide:glide:4.11.0 '
52
+ implementation ' com.github.bumptech.glide:glide:4.13.2 '
53
53
annotationProcessor ' com.github.bumptech.glide:compiler:4.11.0'
54
54
}
55
55
0 commit comments