Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cemrich committed Oct 27, 2024
1 parent dc3511e commit 2a76f18
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ ksp {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')

def fragment_version = '1.8.3'
def fragment_version = '1.8.4'

// kotlin
implementation 'androidx.core:core-ktx:1.13.1'
Expand Down Expand Up @@ -117,16 +117,16 @@ dependencies {
testImplementation "androidx.test:core-ktx:$androix_test_version"
testImplementation 'org.robolectric:robolectric:4.13'
testImplementation 'org.mockito.kotlin:mockito-kotlin:5.4.0'
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1'
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0'

// support
implementation "androidx.fragment:fragment-ktx:$fragment_version"
implementation 'androidx.activity:activity-ktx:1.9.2'
implementation 'androidx.activity:activity-ktx:1.9.3'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'com.google.android.material:material:1.12.0'
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.annotation:annotation:1.8.2'
implementation 'androidx.annotation:annotation:1.9.0'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'androidx.preference:preference-ktx:1.2.1'
implementation "androidx.paging:paging-runtime-ktx:3.3.2"
Expand Down Expand Up @@ -172,7 +172,7 @@ dependencies {
implementation 'com.squareup.retrofit2:converter-gson:2.11.0'

// ACRA crash reporting
def acra_version = "5.11.3"
def acra_version = '5.11.4'
implementation "ch.acra:acra-mail:$acra_version"
implementation "ch.acra:acra-dialog:$acra_version"

Expand All @@ -183,7 +183,7 @@ dependencies {
implementation 'com.jakewharton:process-phoenix:3.0.0'

// joda time
implementation 'joda-time:joda-time:2.12.7'
implementation 'joda-time:joda-time:2.13.0'

// about libraries view
implementation "com.mikepenz:aboutlibraries:$about_libraries_version"
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.about_libraries_version = '11.2.2'
ext.nav_version = '2.8.1'
ext.about_libraries_version = '11.2.3'
ext.nav_version = '2.8.3'

repositories {
google()
Expand Down

0 comments on commit 2a76f18

Please sign in to comment.