Skip to content

Commit 7230de2

Browse files
committed
updated build version for android
Your app currently targets API level 34 and must target at least API level 35 to ensure it is built on the latest APIs optimized for security and performance. Learn More
1 parent feaade7 commit 7230de2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/box/android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
buildscript {
44
ext {
5-
buildToolsVersion = "34.0.0"
5+
buildToolsVersion = "35.0.0"
66
minSdkVersion = 26
7-
compileSdkVersion = 34
8-
targetSdkVersion = 34
7+
compileSdkVersion = 35
8+
targetSdkVersion = 35
99
kotlinVersion = "1.8.20"
1010
enableHermes = true
1111
// We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.

0 commit comments

Comments
 (0)