Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Patryk Mis <foss@patrykmis.com>
  • Loading branch information
PatrykMis authored and thestinger committed May 3, 2023
1 parent e402e49 commit aad1db2
Show file tree
Hide file tree
Showing 3 changed files with 398 additions and 428 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ android {
}

dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.8.20")
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.8.21")

implementation("androidx.core:core-ktx:1.10.0")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("androidx.activity:activity-ktx:1.7.0")
implementation("androidx.fragment:fragment-ktx:1.5.6")
implementation("androidx.activity:activity-ktx:1.7.1")
implementation("androidx.fragment:fragment-ktx:1.5.7")
implementation("androidx.navigation:navigation-fragment-ktx:2.5.3")
implementation("androidx.navigation:navigation-ui-ktx:2.5.3")
implementation("androidx.preference:preference:1.2.0")
Expand All @@ -117,7 +117,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4")

// force newer version of dependency of dependency
val lifecycleVersion = "2.5.1"
val lifecycleVersion = "2.6.1"
implementation("androidx.lifecycle:lifecycle-viewmodel:$lifecycleVersion")
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycleVersion")

Expand Down
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("com.android.application") version "8.0.0" apply false
id("com.android.library") version "8.0.0" apply false
id("org.jetbrains.kotlin.android") version "1.8.20" apply false
id("com.android.application") version "8.0.1" apply false
id("com.android.library") version "8.0.1" apply false
id("org.jetbrains.kotlin.android") version "1.8.21" apply false
id("androidx.navigation.safeargs") version "2.5.3" apply false
}

Expand Down
Loading

0 comments on commit aad1db2

Please sign in to comment.