File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
plugins {
3
- id ' com.android.application' version ' 7.4.1 ' apply false
4
- id ' com.android.library' version ' 7.4.1 ' apply false
5
- id ' org.jetbrains.kotlin.android' version ' 1.6.21 ' apply false
3
+ id ' com.android.application' version ' 7.3.0 ' apply false
4
+ id ' com.android.library' version ' 7.3.0 ' apply false
5
+ id ' org.jetbrains.kotlin.android' version ' 1.6.10 ' apply false
6
6
}
7
7
8
8
task clean (type : Delete ) {
Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ android {
38
38
39
39
dependencies {
40
40
implementation ' androidx.core:core-ktx:1.9.0'
41
- implementation ' androidx.appcompat:appcompat:1.6 .1'
42
- implementation ' com.google.android.material:material:1.8.0 '
41
+ implementation ' androidx.appcompat:appcompat:1.5 .1'
42
+ implementation ' com.google.android.material:material:1.6.1 '
43
43
testImplementation ' junit:junit:4.13.2'
44
- androidTestImplementation ' androidx.test.ext:junit:1.1.5 '
45
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1 '
44
+ androidTestImplementation ' androidx.test.ext:junit:1.1.3 '
45
+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0 '
46
46
implementation " org.jetbrains.kotlin:kotlin-reflect:1.7.10"
47
- implementation ' com.google.firebase:firebase-messaging-ktx:23.1.2 '
47
+ implementation ' com.google.firebase:firebase-messaging-ktx:23.1.0 '
48
48
implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
49
49
implementation ' com.google.code.gson:gson:2.9.0'
50
50
implementation (' com.github.mrmike:ok2curl:0.7.0' ){
@@ -60,5 +60,5 @@ dependencies {
60
60
testImplementation(' org.threeten:threetenbp:1.4.2' ) {
61
61
exclude group : ' com.jakewharton.threetenabp' , module : ' threetenabp'
62
62
}
63
- testImplementation " androidx.test:core-ktx:1.5 .0"
63
+ testImplementation " androidx.test:core-ktx:1.4 .0"
64
64
}
You can’t perform that action at this time.
0 commit comments