Skip to content

Commit d976b02

Browse files
ameermuawiyaroot
authored andcommitted
Kotlin plugin removed, libs updated to latest
1 parent f584a66 commit d976b02

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

app/build.gradle

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
plugins {
22
id 'com.android.application'
3-
id 'org.jetbrains.kotlin.android'
43
}
54

65
android {
@@ -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

4340
dependencies {
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+
}

0 commit comments

Comments
 (0)