mirror of
https://github.com/googlemaps/android-samples.git
synced 2025-12-08 18:02:20 +00:00
chore(deps): bump androidx.core:core-ktx from 1.13.0 to 1.13.1 in /snippets (#1558)
chore(deps): bump androidx.core:core-ktx in /snippets Bumps androidx.core:core-ktx from 1.13.0 to 1.13.1. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
faf2e1ff62
commit
83f6b23eb1
@ -47,7 +47,7 @@ dependencies {
|
||||
// [START_EXCLUDE silent]
|
||||
implementation fileTree(dir: "libs", include: ["*.jar"])
|
||||
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.23'
|
||||
implementation 'androidx.core:core-ktx:1.13.0'
|
||||
implementation 'androidx.core:core-ktx:1.13.1'
|
||||
implementation 'androidx.appcompat:appcompat:1.6.1'
|
||||
implementation "androidx.compose.foundation:foundation:1.7.0-alpha07"
|
||||
implementation "androidx.compose.material:material:1.7.0-alpha08"
|
||||
|
||||
@ -43,7 +43,7 @@ android {
|
||||
dependencies {
|
||||
// [START_EXCLUDE silent]
|
||||
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.23'
|
||||
implementation 'androidx.core:core-ktx:1.13.0'
|
||||
implementation 'androidx.core:core-ktx:1.13.1'
|
||||
implementation "androidx.appcompat:appcompat:1.6.1"
|
||||
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0'
|
||||
// [END_EXCLUDE]
|
||||
|
||||
@ -39,7 +39,7 @@ android {
|
||||
// [START places_android_ktx_install_snippet]
|
||||
dependencies {
|
||||
// [START_EXCLUDE silent]
|
||||
implementation 'androidx.core:core-ktx:1.13.0'
|
||||
implementation 'androidx.core:core-ktx:1.13.1'
|
||||
implementation 'androidx.appcompat:appcompat:1.6.1'
|
||||
implementation 'com.android.volley:volley:1.2.1'
|
||||
implementation 'com.google.android.material:material:1.11.0'
|
||||
|
||||
@ -41,7 +41,7 @@ android {
|
||||
dependencies {
|
||||
// [START_EXCLUDE silent]
|
||||
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.23'
|
||||
implementation 'androidx.core:core-ktx:1.13.0'
|
||||
implementation 'androidx.core:core-ktx:1.13.1'
|
||||
implementation "androidx.appcompat:appcompat:1.6.1"
|
||||
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0'
|
||||
// [END_EXCLUDE]
|
||||
|
||||
@ -41,7 +41,7 @@ android {
|
||||
dependencies {
|
||||
|
||||
// [START_EXCLUDE silent]
|
||||
implementation 'androidx.core:core-ktx:1.13.0'
|
||||
implementation 'androidx.core:core-ktx:1.13.1'
|
||||
implementation 'androidx.appcompat:appcompat:1.6.1'
|
||||
implementation 'com.google.android.material:material:1.11.0'
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
|
||||
@ -52,7 +52,7 @@ dependencies {
|
||||
// [START_EXCLUDE silent]
|
||||
implementation fileTree(dir: "libs", include: ["*.jar"])
|
||||
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.23'
|
||||
implementation 'androidx.core:core-ktx:1.13.0'
|
||||
implementation 'androidx.core:core-ktx:1.13.1'
|
||||
implementation 'androidx.appcompat:appcompat:1.6.1'
|
||||
implementation "androidx.compose.foundation:foundation:1.7.0-alpha07"
|
||||
implementation "androidx.compose.material:material:1.7.0-alpha08"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user