Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cemrich committed Dec 20, 2023
1 parent d60aa26 commit 6ae1cd4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,16 @@ dependencies {
testImplementation "androidx.test:core-ktx:$androix_test_version"
testImplementation 'org.robolectric:robolectric:4.10.3'
testImplementation 'org.mockito.kotlin:mockito-kotlin:5.0.0'
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.2'
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3'

// support
implementation "androidx.fragment:fragment-ktx:$fragment_version"
implementation 'androidx.activity:activity-ktx:1.8.1'
implementation 'androidx.activity:activity-ktx:1.8.2'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.10.0'
implementation 'com.google.android.material:material:1.11.0'
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.annotation:annotation:1.7.0'
implementation 'androidx.annotation:annotation:1.7.1'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'androidx.preference:preference-ktx:1.2.1'
implementation "androidx.paging:paging-runtime-ktx:3.2.1"
Expand Down Expand Up @@ -159,7 +159,7 @@ dependencies {
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'

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

Expand All @@ -176,7 +176,7 @@ dependencies {
implementation "com.mikepenz:aboutlibraries:$about_libraries_version"

// koin dependency injection
def koin_version = '3.4.3'
def koin_version = '3.5.0'
implementation "io.insert-koin:koin-android:$koin_version"
androidTestImplementation "io.insert-koin:koin-test:$koin_version"
testImplementation "io.insert-koin:koin-test:$koin_version"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
</style>

<style name="ThemeOverlay.App.BottomNavigationView" parent="">
<item name="colorSurface">?colorPrimaryContainer</item>
<item name="colorSurfaceContainer">?colorPrimaryContainer</item>
<item name="colorOnSurface">?colorOnPrimaryContainer</item>
<item name="colorOnSurfaceVariant">?colorOnPrimaryContainer</item>
<item name="colorSecondaryContainer">@color/color_on_surface_20_alpha</item>
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 = '10.8.3'
ext.nav_version = '2.7.5'
ext.about_libraries_version = '10.9.2'
ext.nav_version = '2.7.6'

repositories {
google()
Expand Down

0 comments on commit 6ae1cd4

Please sign in to comment.