Skip to content

Commit

Permalink
Bump ktx dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed Sep 21, 2023
1 parent feba8c6 commit d50f9d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ dependencies {
def libsuVersion = '5.2.1'

// Kotlin
implementation 'androidx.core:core-ktx:1.10.1'
implementation 'androidx.core:core-ktx:1.12.0'

// Data Binding
implementation 'com.android.databinding:library:8.1.1'
Expand Down Expand Up @@ -131,6 +131,7 @@ dependencies {

// Glide
implementation 'com.github.bumptech.glide:glide:4.16.0'
//noinspection KaptUsageInsteadOfKsp
kapt 'com.github.bumptech.glide:compiler:4.16.0'

// RecyclerView
Expand Down

0 comments on commit d50f9d9

Please sign in to comment.