Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Kollnig committed Dec 9, 2021
1 parent c715931 commit a65c6c1
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 @@ -97,14 +97,14 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

// https://developer.android.com/jetpack/androidx/releases/
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.preference:preference:1.1.1'
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
implementation 'com.google.android.material:material:1.4.0'
annotationProcessor 'androidx.annotation:annotation:1.2.0'
annotationProcessor 'androidx.annotation:annotation:1.3.0'

// https://bumptech.github.io/glide/
def glide_version = "4.12.0"
Expand Down

0 comments on commit a65c6c1

Please sign in to comment.