Skip to content

Commit 541a3c2

Browse files
committed
LIBMOBILE-1276
- upgraded kotlin core to 1.8.0
1 parent c6be027 commit 541a3c2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version = getVersionName()
66

77
plugins {
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
}

lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)