Skip to content

Commit ec3a6b6

Browse files
committed
fix: update compile and target SDK versions to 36 to fix build of androidx.navigationevent
1 parent 58314a9 commit ec3a6b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

demo-android/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ kotlin {
2020

2121
android {
2222
namespace = "io.github.kdroidfilter.webview.demo.android"
23-
compileSdk = 35
23+
compileSdk = 36
2424

2525
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
2626

2727
defaultConfig {
2828
applicationId = "io.github.kdroidfilter.webview.demo"
2929
minSdk = 23
30-
targetSdk = 35
30+
targetSdk = 36
3131
versionCode = 1
3232
versionName = "1.0"
3333
}

0 commit comments

Comments
 (0)