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 @@ -6,7 +6,7 @@ version = getVersionName()
66
77plugins {
88 // Apply the org.jetbrains.kotlin.jvm Plugin to add support for Kotlin.
9- id(" org.jetbrains.kotlin.jvm" ) version " 1.6 .0"
9+ id(" org.jetbrains.kotlin.jvm" ) version " 1.8 .0"
1010
1111 // Apply the java-library plugin for API and implementation separation.
1212 `java- library`
@@ -22,8 +22,8 @@ buildscript {
2222 gradlePluginPortal()
2323 }
2424 dependencies {
25- classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.6 .0" )
26- classpath(" org.jetbrains.kotlin:kotlin-serialization:1.6 .0" )
25+ classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.8 .0" )
26+ classpath(" org.jetbrains.kotlin:kotlin-serialization:1.8 .0" )
2727 classpath(" com.android.tools.build:gradle:7.0.4" )
2828 }
2929}
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dependencies {
4444
4545 implementation(" com.segment.analytics.kotlin:android:1.10.3" )
4646 implementation(" androidx.multidex:multidex:2.0.1" )
47- implementation(" androidx.core:core-ktx:1.9 .0" )
47+ implementation(" androidx.core:core-ktx:1.8 .0" )
4848
4949 implementation(" androidx.lifecycle:lifecycle-process:2.5.1" )
5050 implementation(" androidx.lifecycle:lifecycle-common-java8:2.5.1" )
You can’t perform that action at this time.
0 commit comments