Skip to content

Commit fdf6fea

Browse files
committed
Update
1 parent 0223f5c commit fdf6fea

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

sentry-samples/kmp-app-cocoapods/androidApp/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ plugins {
77
}
88

99
android {
10+
compileOptions {
11+
sourceCompatibility = JavaVersion.VERSION_11
12+
targetCompatibility = JavaVersion.VERSION_11
13+
}
1014
compileSdk = Config.Android.compileSdkVersion
1115
defaultConfig {
1216
applicationId = "sample.kmp.app.android"

sentry-samples/kmp-app-spm/androidApp/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ tasks.withType<KotlinCompile> {
1616
}
1717

1818
android {
19+
compileOptions {
20+
sourceCompatibility = JavaVersion.VERSION_11
21+
targetCompatibility = JavaVersion.VERSION_11
22+
}
1923
compileSdk = Config.Android.compileSdkVersion
2024
defaultConfig {
2125
applicationId = "sample.kmp.app.android"

0 commit comments

Comments
 (0)