We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58314a9 commit ec3a6b6Copy full SHA for ec3a6b6
1 file changed
demo-android/build.gradle.kts
@@ -20,14 +20,14 @@ kotlin {
20
21
android {
22
namespace = "io.github.kdroidfilter.webview.demo.android"
23
- compileSdk = 35
+ compileSdk = 36
24
25
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
26
27
defaultConfig {
28
applicationId = "io.github.kdroidfilter.webview.demo"
29
minSdk = 23
30
- targetSdk = 35
+ targetSdk = 36
31
versionCode = 1
32
versionName = "1.0"
33
}
0 commit comments