Skip to content

Commit

Permalink
Bump some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Jan 12, 2025
1 parent 4187a04 commit 6e111c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ androidx-appcompat = { module = 'androidx.appcompat:appcompat', version = '1.7.0
androidx-browser = { module = 'androidx.browser:browser', version = '1.8.0' }
androidx-cardview = { module = 'androidx.cardview:cardview', version = '1.0.0' }
androidx-constraintlayout = { module = 'androidx.constraintlayout:constraintlayout', version = '2.2.0' }
androidx-core = { module = 'androidx.core:core', version = '1.13.1' }
androidx-core = { module = 'androidx.core:core', version = '1.15.0' }
androidx-core-testing = { module = 'androidx.arch.core:core-testing', version = '2.2.0' }
androidx-espresso-contrib = { module = 'androidx.test.espresso:espresso-contrib', version.ref = 'espresso' }
androidx-espresso-core = { module = 'androidx.test.espresso:espresso-core', version.ref = 'espresso' }
Expand Down Expand Up @@ -50,7 +50,7 @@ junit = { module = 'junit:junit', version = '4.13.2' }
leakcanary = { module = 'com.squareup.leakcanary:leakcanary-android', version = '2.14' }
material = { module = 'com.google.android.material:material', version = '1.12.0' }
materialvalues = { module = 'com.github.esnaultdev:MaterialValues', version = 'v1.1.1' }
mockito-core = { module = 'org.mockito:mockito-core', version = '5.14.2' }
mockito-core = { module = 'org.mockito:mockito-core', version = '5.15.2' }
mockito-inline = { module = 'org.mockito:mockito-inline', version = '5.2.0' }
moshi = { module = 'com.squareup.moshi:moshi', version = '1.15.2' }
okhttp3 = { module = 'com.squareup.okhttp3:okhttp', version.ref = 'okhttp3' }
Expand Down

0 comments on commit 6e111c6

Please sign in to comment.