File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ dependencies {
4747 // [START_EXCLUDE silent]
4848 implementation fileTree(dir : " libs" , include : [" *.jar" ])
4949 implementation ' org.jetbrains.kotlin:kotlin-stdlib:1.9.23'
50- implementation ' androidx.core:core-ktx:1.13.0 '
50+ implementation ' androidx.core:core-ktx:1.13.1 '
5151 implementation ' androidx.appcompat:appcompat:1.6.1'
5252 implementation " androidx.compose.foundation:foundation:1.7.0-alpha07"
5353 implementation " androidx.compose.material:material:1.7.0-alpha08"
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ android {
4343dependencies {
4444 // [START_EXCLUDE silent]
4545 implementation ' org.jetbrains.kotlin:kotlin-stdlib:1.9.23'
46- implementation ' androidx.core:core-ktx:1.13.0 '
46+ implementation ' androidx.core:core-ktx:1.13.1 '
4747 implementation " androidx.appcompat:appcompat:1.6.1"
4848 implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.7.0'
4949 // [END_EXCLUDE]
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ android {
3939// [START places_android_ktx_install_snippet]
4040dependencies {
4141 // [START_EXCLUDE silent]
42- implementation ' androidx.core:core-ktx:1.13.0 '
42+ implementation ' androidx.core:core-ktx:1.13.1 '
4343 implementation ' androidx.appcompat:appcompat:1.6.1'
4444 implementation ' com.android.volley:volley:1.2.1'
4545 implementation ' com.google.android.material:material:1.11.0'
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ android {
4141dependencies {
4242 // [START_EXCLUDE silent]
4343 implementation ' org.jetbrains.kotlin:kotlin-stdlib:1.9.23'
44- implementation ' androidx.core:core-ktx:1.13.0 '
44+ implementation ' androidx.core:core-ktx:1.13.1 '
4545 implementation " androidx.appcompat:appcompat:1.6.1"
4646 implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.7.0'
4747 // [END_EXCLUDE]
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ android {
4141dependencies {
4242
4343 // [START_EXCLUDE silent]
44- implementation ' androidx.core:core-ktx:1.13.0 '
44+ implementation ' androidx.core:core-ktx:1.13.1 '
4545 implementation ' androidx.appcompat:appcompat:1.6.1'
4646 implementation ' com.google.android.material:material:1.11.0'
4747 testImplementation ' junit:junit:4.13.2'
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ dependencies {
5252 // [START_EXCLUDE silent]
5353 implementation fileTree(dir : " libs" , include : [" *.jar" ])
5454 implementation ' org.jetbrains.kotlin:kotlin-stdlib:1.9.23'
55- implementation ' androidx.core:core-ktx:1.13.0 '
55+ implementation ' androidx.core:core-ktx:1.13.1 '
5656 implementation ' androidx.appcompat:appcompat:1.6.1'
5757 implementation " androidx.compose.foundation:foundation:1.7.0-alpha07"
5858 implementation " androidx.compose.material:material:1.7.0-alpha08"
You can’t perform that action at this time.
0 commit comments