File tree Expand file tree Collapse file tree
apps/simple-camera/android
react-native-vision-camera-barcode-scanner/android
react-native-vision-camera-location/android
react-native-vision-camera-resizer/android
react-native-vision-camera-worklets/android
react-native-vision-camera/android Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
77
88 <uses-permission android : name =" android.permission.CAMERA" />
9+ <uses-permission android : name =" android.permission.POST_NOTIFICATIONS" />
910 <uses-permission android : name =" android.permission.RECORD_AUDIO" />
1011
1112 <uses-permission android : name =" android.permission.ACCESS_FINE_LOCATION" />
1213 <uses-permission android : name =" android.permission.ACCESS_COARSE_LOCATION" />
1314
15+ <uses-feature android : name =" android.hardware.camera" android : required =" false" />
16+
1417 <application
1518 android : name =" .MainApplication"
1619 android : label =" @string/app_name"
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
3- buildToolsVersion = " 36.0 .0"
3+ buildToolsVersion = " 36.1 .0"
44 minSdkVersion = 26
55 compileSdkVersion = 36
66 targetSdkVersion = 36
7- ndkVersion = " 27.1.12297006 "
8- kotlinVersion = " 2.1.20 "
7+ ndkVersion = " 29.0.14206865 "
8+ kotlinVersion = " 2.2.21 "
99 }
1010 repositories {
1111 google()
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 }
66
77 dependencies {
8- classpath " com.android.tools.build:gradle:9.1.0 "
8+ classpath " com.android.tools.build:gradle:9.1.1 "
99 }
1010}
1111
Original file line number Diff line number Diff line change 1- VisionCameraBarcodeScanner_kotlinVersion =2.1.20
1+ VisionCameraBarcodeScanner_kotlinVersion =2.2.21
22VisionCameraBarcodeScanner_minSdkVersion =23
33VisionCameraBarcodeScanner_targetSdkVersion =36
44VisionCameraBarcodeScanner_compileSdkVersion =36
5- VisionCameraBarcodeScanner_ndkVersion =27.1.12297006
5+ VisionCameraBarcodeScanner_ndkVersion =29.0.14206865
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 }
66
77 dependencies {
8- classpath " com.android.tools.build:gradle:9.1.0 "
8+ classpath " com.android.tools.build:gradle:9.1.1 "
99 }
1010}
1111
Original file line number Diff line number Diff line change 1- VisionCameraLocation_kotlinVersion =2.1.20
1+ VisionCameraLocation_kotlinVersion =2.2.21
22VisionCameraLocation_minSdkVersion =23
33VisionCameraLocation_targetSdkVersion =36
44VisionCameraLocation_compileSdkVersion =36
5- VisionCameraLocation_ndkVersion =27.1.12297006
5+ VisionCameraLocation_ndkVersion =29.0.14206865
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 }
66
77 dependencies {
8- classpath " com.android.tools.build:gradle:9.1.0 "
8+ classpath " com.android.tools.build:gradle:9.1.1 "
99 }
1010}
1111
Original file line number Diff line number Diff line change 1- VisionCameraResizer_kotlinVersion =2.1.20
1+ VisionCameraResizer_kotlinVersion =2.2.21
22VisionCameraResizer_minSdkVersion =26
33VisionCameraResizer_targetSdkVersion =36
44VisionCameraResizer_compileSdkVersion =36
5- VisionCameraResizer_ndkVersion =27.1.12297006
5+ VisionCameraResizer_ndkVersion =29.0.14206865
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 }
66
77 dependencies {
8- classpath " com.android.tools.build:gradle:9.1.0 "
8+ classpath " com.android.tools.build:gradle:9.1.1 "
99 }
1010}
1111
Original file line number Diff line number Diff line change 1- VisionCameraWorklets_kotlinVersion =2.1.20
1+ VisionCameraWorklets_kotlinVersion =2.2.21
22VisionCameraWorklets_minSdkVersion =23
33VisionCameraWorklets_targetSdkVersion =36
44VisionCameraWorklets_compileSdkVersion =36
5- VisionCameraWorklets_ndkVersion =27.1.12297006
5+ VisionCameraWorklets_ndkVersion =29.0.14206865
You can’t perform that action at this time.
0 commit comments