We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c16210a commit deef310Copy full SHA for deef310
apps/box/android/build.gradle
@@ -2,10 +2,10 @@
2
3
buildscript {
4
ext {
5
- buildToolsVersion = "35.0.0"
+ buildToolsVersion = "34.0.0"
6
minSdkVersion = 26
7
- compileSdkVersion = 35
8
- targetSdkVersion = 35
+ compileSdkVersion = 34
+ targetSdkVersion = 34
9
kotlinVersion = "1.8.20"
10
enableHermes = true
11
// We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
0 commit comments