Skip to content

Commit dc97b0d

Browse files
authored
chore: Upgrade Android toolchain to AGP 9.1.1 (#3950)
chore: upgrade Android toolchain
1 parent 117021a commit dc97b0d

12 files changed

Lines changed: 21 additions & 18 deletions

File tree

apps/simple-camera/android/app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@
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"

apps/simple-camera/android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
buildscript {
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()

packages/react-native-vision-camera-barcode-scanner/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VisionCameraBarcodeScanner_kotlinVersion=2.1.20
1+
VisionCameraBarcodeScanner_kotlinVersion=2.2.21
22
VisionCameraBarcodeScanner_minSdkVersion=23
33
VisionCameraBarcodeScanner_targetSdkVersion=36
44
VisionCameraBarcodeScanner_compileSdkVersion=36
5-
VisionCameraBarcodeScanner_ndkVersion=27.1.12297006
5+
VisionCameraBarcodeScanner_ndkVersion=29.0.14206865

packages/react-native-vision-camera-location/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VisionCameraLocation_kotlinVersion=2.1.20
1+
VisionCameraLocation_kotlinVersion=2.2.21
22
VisionCameraLocation_minSdkVersion=23
33
VisionCameraLocation_targetSdkVersion=36
44
VisionCameraLocation_compileSdkVersion=36
5-
VisionCameraLocation_ndkVersion=27.1.12297006
5+
VisionCameraLocation_ndkVersion=29.0.14206865

packages/react-native-vision-camera-resizer/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VisionCameraResizer_kotlinVersion=2.1.20
1+
VisionCameraResizer_kotlinVersion=2.2.21
22
VisionCameraResizer_minSdkVersion=26
33
VisionCameraResizer_targetSdkVersion=36
44
VisionCameraResizer_compileSdkVersion=36
5-
VisionCameraResizer_ndkVersion=27.1.12297006
5+
VisionCameraResizer_ndkVersion=29.0.14206865

packages/react-native-vision-camera-worklets/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VisionCameraWorklets_kotlinVersion=2.1.20
1+
VisionCameraWorklets_kotlinVersion=2.2.21
22
VisionCameraWorklets_minSdkVersion=23
33
VisionCameraWorklets_targetSdkVersion=36
44
VisionCameraWorklets_compileSdkVersion=36
5-
VisionCameraWorklets_ndkVersion=27.1.12297006
5+
VisionCameraWorklets_ndkVersion=29.0.14206865

0 commit comments

Comments
 (0)