Skip to content

Commit 81016f9

Browse files
committed
update libs
1 parent 9df24de commit 81016f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ dependencies {
105105
// Support libraries
106106
implementation 'androidx.appcompat:appcompat:1.2.0'
107107
implementation 'com.google.android.material:material:1.3.0'
108-
implementation "androidx.fragment:fragment-ktx:1.3.0"
108+
implementation "androidx.fragment:fragment-ktx:1.3.1"
109109
implementation 'androidx.preference:preference-ktx:1.1.1'
110110
implementation 'androidx.recyclerview:recyclerview:1.1.0'
111111
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
@@ -128,7 +128,7 @@ dependencies {
128128
kapt "androidx.room:room-compiler:2.2.6"
129129

130130
// Navigation
131-
def nav_version = "2.3.3"
131+
def nav_version = "2.3.4"
132132
implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"
133133
implementation "androidx.navigation:navigation-ui-ktx:$nav_version"
134134

@@ -159,7 +159,7 @@ dependencies {
159159
implementation 'com.jakewharton.timber:timber:4.7.1'
160160

161161
// LeakCanary
162-
//debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.0-beta-3'
162+
//debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.6'
163163
}
164164

165165
repositories {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
google()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:4.1.2'
9+
classpath 'com.android.tools.build:gradle:4.1.3'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.31"
1111
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.6.2.0"
1212
}

0 commit comments

Comments
 (0)