@@ -27,7 +27,6 @@ apply plugin: 'com.android.application'
27
27
apply plugin : ' kotlin-android'
28
28
apply plugin : ' kotlin-kapt'
29
29
apply plugin : ' dagger.hilt.android.plugin'
30
- apply plugin : ' kotlin-android-extensions'
31
30
apply plugin : " androidx.navigation.safeargs.kotlin"
32
31
33
32
android {
@@ -108,19 +107,19 @@ dependencies {
108
107
implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
109
108
implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:${ coroutine_version} "
110
109
111
- def nav_version = " 2.3.0 "
112
- def room_version = " 2.2.5 "
113
- implementation ' androidx.core:core-ktx:1.3.0 '
114
- implementation ' androidx.appcompat:appcompat:1.1 .0'
115
- implementation ' androidx.constraintlayout:constraintlayout:1.1.3 '
110
+ def nav_version = " 2.3.3 "
111
+ def room_version = " 2.2.6 "
112
+ implementation ' androidx.core:core-ktx:1.3.2 '
113
+ implementation ' androidx.appcompat:appcompat:1.2 .0'
114
+ implementation ' androidx.constraintlayout:constraintlayout:2.0.4 '
116
115
117
- implementation ' com.google.android.material:material:1.1 .0'
116
+ implementation ' com.google.android.material:material:1.3 .0'
118
117
119
118
implementation " androidx.navigation:navigation-fragment-ktx:$nav_version "
120
119
implementation " androidx.navigation:navigation-ui-ktx:$nav_version "
121
120
122
- implementation " androidx.lifecycle:lifecycle-livedata-ktx:2.2 .0"
123
- implementation " androidx.recyclerview:recyclerview:1.2.0-alpha04 "
121
+ implementation " androidx.lifecycle:lifecycle-livedata-ktx:2.3 .0"
122
+ implementation " androidx.recyclerview:recyclerview:1.2.0-beta01 "
124
123
125
124
implementation " androidx.room:room-runtime:$room_version "
126
125
implementation " androidx.room:room-ktx:$room_version "
@@ -151,8 +150,8 @@ dependencies {
151
150
testImplementation " io.mockk:mockk:1.9.3"
152
151
testImplementation ' androidx.arch.core:core-testing:2.1.0'
153
152
154
- androidTestImplementation ' androidx.test.ext:junit:1.1.1 '
155
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.2 .0'
153
+ androidTestImplementation ' androidx.test.ext:junit:1.1.2 '
154
+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.3 .0'
156
155
androidTestImplementation ' androidx.arch.core:core-testing:2.1.0'
157
156
androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:${ coroutine_version} "
158
157
androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:${ coroutine_version} "
0 commit comments