Skip to content

Commit 82bda7a

Browse files
committed
Update Android app sample compileSdk to 35
1 parent 4f50027 commit 82bda7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sample/androidApp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
android {
88
namespace = "com.rickclephas.kmp.observableviewmodel.sample"
9-
compileSdk = 34
9+
compileSdk = 35
1010
defaultConfig {
1111
applicationId = "com.rickclephas.kmp.observableviewmodel.sample"
1212
minSdk = 28

0 commit comments

Comments
 (0)