File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ android {
41
41
42
42
dependencies {
43
43
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
44
- implementation ' org.jetbrains.kotlin:kotlin-stdlib:1.8.0 '
44
+ implementation " org.jetbrains.kotlin:kotlin-stdlib:$k otlin_version "
45
45
implementation ' androidx.core:core-ktx:1.13.1'
46
46
implementation ' androidx.appcompat:appcompat:1.6.1'
47
47
implementation ' com.google.android.material:material:1.12.0'
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ android {
41
41
42
42
dependencies {
43
43
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
44
- implementation ' org.jetbrains.kotlin:kotlin-stdlib:1.8.0 '
44
+ implementation " org.jetbrains.kotlin:kotlin-stdlib:$k otlin_version "
45
45
implementation ' androidx.core:core-ktx:1.13.1'
46
46
implementation ' androidx.appcompat:appcompat:1.6.1'
47
47
implementation ' com.google.android.material:material:1.12.0'
Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ configurations {
75
75
dependencies {
76
76
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
77
77
78
+ implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
78
79
api platform(' com.google.firebase:firebase-bom:32.7.0' )
79
80
api ' com.google.firebase:firebase-messaging:23.4.1'
80
81
implementation ' androidx.multidex:multidex:2.0.1'
You can’t perform that action at this time.
0 commit comments