Skip to content

Commit 9759fda

Browse files
zhu-xiaoweiclaude
andcommitted
fix: bump Android compileSdk to 36 for androidx.core 1.17.0 compatibility
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 19c8247 commit 9759fda

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

react-native/android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
buildscript {
22
ext {
3-
buildToolsVersion = "35.0.0"
3+
buildToolsVersion = "36.0.0"
44
minSdkVersion = 24
5-
compileSdkVersion = 35
6-
targetSdkVersion = 35
5+
compileSdkVersion = 36
6+
targetSdkVersion = 36
77
ndkVersion = "27.1.12297006"
88
kotlinVersion = "2.0.21"
99
// Enable MLKit-based QR scanner in react-native-vision-camera

0 commit comments

Comments
 (0)