File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
22 id ' com.android.application'
3- id ' org.jetbrains.kotlin.android'
43}
54
65android {
@@ -32,20 +31,17 @@ android {
3231 sourceCompatibility JavaVersion . VERSION_17
3332 targetCompatibility JavaVersion . VERSION_17
3433 }
35- kotlinOptions {
36- jvmTarget = ' 17'
37- }
34+
3835 buildFeatures {
3936 viewBinding true
4037 }
4138}
4239
4340dependencies {
44- implementation ' androidx.core:core-ktx:1.17 .0'
41+ implementation ' androidx.core:core-ktx:1.18 .0'
4542 implementation ' androidx.appcompat:appcompat:1.7.1'
46- implementation ' com.google.android.material:material:1.12.0 '
43+ implementation ' com.google.android.material:material:1.14.0-alpha10 '
4744 implementation ' androidx.constraintlayout:constraintlayout:2.2.1'
48- implementation ' androidx.recyclerview:recyclerview:1.3.2'
49- implementation ' com.github.bumptech.glide:glide:4.16.0'
50- }
51-
45+ implementation ' androidx.recyclerview:recyclerview:1.4.0'
46+ implementation ' com.github.bumptech.glide:glide:5.0.5'
47+ }
You can’t perform that action at this time.
0 commit comments