Skip to content

Commit

Permalink
ci fix (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: Wenxi Zeng <[email protected]>
  • Loading branch information
wenxi-zeng and Wenxi Zeng authored May 3, 2024
1 parent e643da8 commit 19c6ec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions analytics-kotlin-live/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}
kotlinOptions {
jvmTarget = '11'
jvmTarget = '1.8'
}
namespace 'com.segment.analytics.liveplugins.kotlin'
}
Expand All @@ -36,7 +36,6 @@ dependencies {
implementation 'com.segment.analytics.kotlin:substrata:1.0.0'
implementation 'com.segment.analytics.kotlin:android:1.16.0'

implementation "org.jetbrains.kotlin:kotlin-reflect:1.9.20"
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1'
implementation 'androidx.core:core-ktx:1.13.0'
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}
kotlinOptions {
jvmTarget = '11'
jvmTarget = '1.8'
}
namespace 'com.segment.analytics.liveplugins.app'
}
Expand Down

0 comments on commit 19c6ec3

Please sign in to comment.