Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cemrich committed Sep 19, 2024
1 parent d5ee7d9 commit 0069758
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ dependencies {
implementation 'androidx.preference:preference-ktx:1.2.1'
implementation "androidx.paging:paging-runtime-ktx:3.3.2"

def lifecycle_version = "2.8.5"
def lifecycle_version = "2.8.6"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"
implementation "androidx.lifecycle:lifecycle-service:$lifecycle_version"

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildscript {
ext.about_libraries_version = '11.2.2'
ext.nav_version = '2.8.0'
ext.nav_version = '2.8.1'

repositories {
google()
}

dependencies {
classpath 'com.android.tools.build:gradle:8.6.0'
classpath 'com.android.tools.build:gradle:8.6.1'

classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20"

classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version"

Expand Down

0 comments on commit 0069758

Please sign in to comment.