File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ dependencies {
105
105
// Support libraries
106
106
implementation ' androidx.appcompat:appcompat:1.2.0'
107
107
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 "
109
109
implementation ' androidx.preference:preference-ktx:1.1.1'
110
110
implementation ' androidx.recyclerview:recyclerview:1.1.0'
111
111
implementation ' androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
@@ -128,7 +128,7 @@ dependencies {
128
128
kapt " androidx.room:room-compiler:2.2.6"
129
129
130
130
// Navigation
131
- def nav_version = " 2.3.3 "
131
+ def nav_version = " 2.3.4 "
132
132
implementation " androidx.navigation:navigation-fragment-ktx:$nav_version "
133
133
implementation " androidx.navigation:navigation-ui-ktx:$nav_version "
134
134
@@ -159,7 +159,7 @@ dependencies {
159
159
implementation ' com.jakewharton.timber:timber:4.7.1'
160
160
161
161
// LeakCanary
162
- // debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.0-beta-3 '
162
+ // debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.6 '
163
163
}
164
164
165
165
repositories {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
google()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:4.1.2 '
9
+ classpath ' com.android.tools.build:gradle:4.1.3 '
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.31"
11
11
classpath " de.mannodermaus.gradle.plugins:android-junit5:1.6.2.0"
12
12
}
You can’t perform that action at this time.
0 commit comments