Skip to content

Commit ed76162

Browse files
chore(example): bump Android compileSdk/targetSdk to 36
1 parent 8644e7c commit ed76162

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

example/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ allprojects {
4242
}
4343
}
4444

45-
rootProject.ext.set("react.compileSdkVersion", 35)
46-
rootProject.ext.set("react.targetSdkVersion", 35)
45+
rootProject.ext.set("react.compileSdkVersion", 36)
46+
rootProject.ext.set("react.targetSdkVersion", 36)

0 commit comments

Comments
 (0)