fix: revert dependencies to last green build (#937)

This commit is contained in:
Justin Poehnelt 2022-05-10 18:02:18 -06:00 committed by GitHub
parent 91781c0b61
commit d32b3b4db1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 13 additions and 13 deletions

View File

@ -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'

View File

@ -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"

View File

@ -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'

View File

@ -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
}

View File

@ -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"
@ -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'

View File

@ -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
}

View File

@ -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"

View File

@ -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()

View File

@ -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()

View File

@ -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()