Skip to content

Commit

Permalink
fix: revert dependencies to last green build (#937)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt authored May 11, 2022
1 parent 91781c0 commit d32b3b4
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion ApiDemos/kotlin/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {
// GMS
gmsImplementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.1'
gmsImplementation 'com.google.android.gms:play-services-maps:18.0.2'
gmsImplementation 'com.google.maps.android:maps-ktx:3.4.0'
gmsImplementation 'com.google.maps.android:maps-ktx:3.3.0'

// V3
v3Implementation 'com.google.android.libraries.maps:maps:3.1.0-beta'
Expand Down
4 changes: 2 additions & 2 deletions ApiDemos/kotlin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.6.21'
ext.kotlin_version = '1.6.10'
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.3'
classpath 'com.android.tools.build:gradle:7.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:2.0.1"

Expand Down
2 changes: 1 addition & 1 deletion WearOS/Wearable/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
// [START_EXCLUDE]
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "androidx.core:core-ktx:1.7.0"
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.10'
// [END_EXCLUDE]
compileOnly 'com.google.android.wearable:wearable:2.9.0'
implementation 'com.google.android.support:wearable:2.9.0'
Expand Down
2 changes: 1 addition & 1 deletion WearOS/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
plugins {
id 'com.android.application' version '7.1.2' apply false
id 'com.google.android.libraries.mapsplatform.secrets-gradle-plugin' version '2.0.1' apply false
id 'org.jetbrains.kotlin.android' version '1.6.21' apply false
id 'org.jetbrains.kotlin.android' version '1.6.10' apply false
}
6 changes: 3 additions & 3 deletions snippets/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ android {

dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.6.21'
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.6.10'
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation "androidx.compose.foundation:foundation:1.2.0-alpha06"
Expand All @@ -68,8 +68,8 @@ dependencies {
implementation 'io.reactivex.rxjava3:rxjava:3.1.4'
implementation 'com.google.android.libraries.places:places:2.5.0'

gmsImplementation 'com.google.maps.android:maps-ktx:3.4.0'
gmsImplementation 'com.google.maps.android:maps-compose:2.1.1'
gmsImplementation 'com.google.maps.android:maps-ktx:3.3.0'
gmsImplementation 'com.google.maps.android:maps-compose:2.0.0'
gmsImplementation 'com.google.android.gms:play-services-maps:18.0.2'
gmsImplementation 'com.google.maps.android:android-maps-utils:2.3.0'
gmsImplementation 'com.google.maps.android:maps-rx:1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion snippets/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
plugins {
// [START_EXCLUDE]
id 'com.android.application' version '7.1.2' apply false
id 'org.jetbrains.kotlin.android' version '1.6.21' apply false
id 'org.jetbrains.kotlin.android' version '1.6.10' apply false
// [END_EXCLUDE]
id 'com.google.android.libraries.mapsplatform.secrets-gradle-plugin' version '2.0.1' apply false
}
Expand Down
2 changes: 1 addition & 1 deletion tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
})
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.gms:play-services-maps:18.0.2'
implementation 'com.google.android.libraries.places:places:2.6.0'
implementation 'com.google.android.libraries.places:places:2.5.0'
implementation 'com.android.volley:volley:1.2.1'
testImplementation'junit:junit:4.13'
implementation "androidx.core:core-ktx:1.7.0"
Expand Down
2 changes: 1 addition & 1 deletion tutorials/kotlin/CurrentPlaceDetailsOnMap/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.6.21'
ext.kotlin_version = '1.6.10'
repositories {
mavenCentral()
google()
Expand Down
2 changes: 1 addition & 1 deletion tutorials/kotlin/MapWithMarker/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.6.21'
ext.kotlin_version = '1.6.10'
repositories {
google()
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion tutorials/kotlin/Polygons/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.6.21'
ext.kotlin_version = '1.6.10'
repositories {
mavenCentral()
google()
Expand Down

0 comments on commit d32b3b4

Please sign in to comment.