File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ dependencies {
50
50
androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
51
51
52
52
// coroutines
53
- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0 '
54
- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0 '
53
+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1 '
54
+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1 '
55
55
56
56
// viewModelScope
57
57
implementation ' androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.1'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
mavenCentral()
9
9
}
10
10
dependencies {
11
- classpath ' com.android.tools.build:gradle:7.1.2 '
11
+ classpath ' com.android.tools.build:gradle:7.1.3 '
12
12
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
13
13
14
14
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.1 -all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.2 -all.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments