File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88 classpath ' com.android.tools.build:gradle:7.1.2'
99 classpath ' com.google.firebase:perf-plugin:1.4.1'
1010 classpath ' com.google.firebase:firebase-crashlytics-gradle:2.8.1'
11- classpath ' com.google.gms:google-services:4.3.8 '
11+ classpath ' com.google.gms:google-services:4.3.10 '
1212 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1313 }
1414}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
33 mavenCentral()
44 }
55 dependencies {
6- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21 "
6+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10 "
77 }
88}
99
@@ -17,7 +17,7 @@ repositories {
1717
1818dependencies {
1919 implementation gradleApi()
20- implementation " org.jetbrains.kotlin:kotlin-stdlib:1.5.21 "
20+ implementation " org.jetbrains.kotlin:kotlin-stdlib:1.6.10 "
2121 implementation ' com.mixpanel:mixpanel-java:1.4.4'
2222
2323 implementation retrofit
@@ -26,7 +26,7 @@ dependencies {
2626 implementation okHttpLoggingInterceptor
2727
2828 testImplementation ' junit:junit:4.13.2'
29- testImplementation ' org.assertj:assertj-core:3.20.2 '
29+ testImplementation ' org.assertj:assertj-core:3.22.0 '
3030 testImplementation okHttpMockWebServer
3131}
3232
You can’t perform that action at this time.
0 commit comments