File tree 4 files changed +14
-14
lines changed
4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ dependencies {
52
52
implementation libs. androidx. fragment
53
53
54
54
testImplementation ' junit:junit:4.13.2'
55
- androidTestImplementation ' androidx.test.ext:junit:1.1.5 '
56
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.5 .1'
55
+ androidTestImplementation ' androidx.test.ext:junit:1.2.1 '
56
+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.6 .1'
57
57
58
58
// coroutines
59
59
implementation libs. kotlinx. coroutines. core
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- androidGradlePlugin = " 7.4.1 "
3
- kotlin = " 1.8.0 "
4
- jmailenKotlinter = " 3.13 .0"
5
- kotlinxCoroutines = " 1.6.4 "
6
- androidxAppCompat = " 1.6 .0"
7
- androidxCore = " 1.9 .0"
8
- androidMaterial = " 1.8 .0"
9
- androidxConstraintLayout = " 2.1.4 "
10
- androidxFragment = " 1.5 .5"
11
- hoc081098FlowExt = " 0.5.0 "
12
- androidxLifecycle = " 2.5.1 "
2
+ androidGradlePlugin = " 7.4.2 "
3
+ kotlin = " 1.9.25 "
4
+ jmailenKotlinter = " 3.16 .0"
5
+ kotlinxCoroutines = " 1.10.1 "
6
+ androidxAppCompat = " 1.7 .0"
7
+ androidxCore = " 1.15 .0"
8
+ androidMaterial = " 1.12 .0"
9
+ androidxConstraintLayout = " 2.2.0 "
10
+ androidxFragment = " 1.8 .5"
11
+ hoc081098FlowExt = " 0.8.1 "
12
+ androidxLifecycle = " 2.8.7 "
13
13
14
14
[libraries ]
15
15
kotlin-stdlib = { module = " org.jetbrains.kotlin:kotlin-stdlib-jdk8" , version.ref = " kotlin" }
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.6-all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.6.4 -all.zip
4
4
networkTimeout =10000
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments