Skip to content

Commit a8a6cb0

Browse files
authored
fix: bump Android compileSdk to 36 for androidx.core 1.17.0 compatibility (#97)
1 parent 19c8247 commit a8a6cb0

2 files changed

Lines changed: 6 additions & 6 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

react-native/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)