Skip to content

Commit 247233c

Browse files
Merge pull request #510 from wisemen-digital/copilot/sub-pr-489
Set sample app compileSdk and targetSDK to 36 for androidx.core:core-ktx 1.17.0 compatibility
2 parents d5802e3 + 6d53779 commit 247233c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ plugins {
55
}
66

77
android {
8-
compileSdk = 35
8+
compileSdk = 36
99

1010
defaultConfig {
1111
applicationId = "com.example.coredemo"
1212
minSdk = 26
13-
targetSdk = 35
13+
targetSdk = 36
1414
versionCode = 1
1515
versionName = "1.0"
1616

0 commit comments

Comments
 (0)