File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import com.google.firebase.gradle.plugins.license.LicenseResolverPlugin
16
16
import com.google.firebase.gradle.MultiProjectReleasePlugin
17
17
18
18
buildscript {
19
- ext. kotlinVersion = ' 1.4.32 '
19
+ ext. kotlinVersion = ' 1.7.10 '
20
20
repositories {
21
21
google()
22
22
mavenCentral()
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ dependencies {
75
75
compileOnly ' com.google.code.findbugs:jsr305:3.0.2'
76
76
77
77
// needed for Kotlin detection to compile, but not necessarily present at runtime.
78
- compileOnly " org.jetbrains.kotlin:kotlin-stdlib-jdk7 :$kotlinVersion "
78
+ compileOnly " org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion "
79
79
80
80
testImplementation ' androidx.test:runner:1.2.0'
81
81
testImplementation ' androidx.test.ext:junit:1.1.1'
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ android {
36
36
}
37
37
38
38
dependencies {
39
+ implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion "
39
40
implementation project(' :firebase-common' )
40
41
implementation project(' :firebase-components' )
41
42
implementation ' androidx.annotation:annotation:1.1.0'
You can’t perform that action at this time.
0 commit comments