mirror of
https://github.com/googlemaps/android-samples.git
synced 2025-12-08 18:02:20 +00:00
chore: Exclude deps from snippet.
This commit is contained in:
parent
8c8e3a3b51
commit
1a48f1e704
@ -46,14 +46,14 @@ repositories {
|
|||||||
dependencies {
|
dependencies {
|
||||||
// [START_EXCLUDE]
|
// [START_EXCLUDE]
|
||||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
|
implementation "androidx.core:core-ktx:+"
|
||||||
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
||||||
// [END_EXCLUDE]
|
// [END_EXCLUDE]
|
||||||
compileOnly 'com.google.android.wearable:wearable:2.8.1'
|
compileOnly 'com.google.android.wearable:wearable:2.8.1'
|
||||||
implementation 'androidx.wear:wear:1.1.0'
|
implementation 'androidx.wear:wear:1.1.0'
|
||||||
implementation 'com.google.android.gms:play-services-maps:17.0.1'
|
implementation 'com.google.android.gms:play-services-maps:17.0.1'
|
||||||
// This dependency is necessary for ambient mode
|
// This dependency is necessary for ambient mode
|
||||||
implementation 'com.google.android.support:wearable:2.8.1'
|
implementation 'com.google.android.support:wearable:2.8.1'
|
||||||
implementation "androidx.core:core-ktx:+"
|
|
||||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
|
||||||
}
|
}
|
||||||
// [END maps_wear_os_depdendencies]
|
// [END maps_wear_os_depdendencies]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user