Skip to content

Commit

Permalink
Update gradle dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
0xf104a committed Feb 5, 2024
1 parent d073cc5 commit e0b9d38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ android {
dependencies {

implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.8.0'
implementation 'com.google.android.material:material:1.11.0'
implementation 'androidx.preference:preference:1.2.0'
implementation 'androidx.core:core:1.9.0'
implementation 'androidx.core:core:1.12.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.browser:browser:1.5.0'
testImplementation 'junit:junit:4.+'
Expand All @@ -47,6 +47,6 @@ dependencies {
implementation 'org.java-websocket:Java-WebSocket:1.5.4'

// Image Loading Library:Glide
implementation 'com.github.bumptech.glide:glide:4.15.1'
implementation 'com.github.bumptech.glide:glide:4.16.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.15.1'
}

0 comments on commit e0b9d38

Please sign in to comment.