Skip to content

Commit

Permalink
fix: downgrade build tools version to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mateki0 committed Aug 23, 2023
1 parent 9c9457a commit c0184de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ buildscript {
ext {
buildToolsVersion = "31.0.0"
minSdkVersion = 23
compileSdkVersion = 31
targetSdkVersion = 31
compileSdkVersion = 33
targetSdkVersion = 33
if (System.properties['os.arch'] == "aarch64") {
// For M1 Users we need to use the NDK 24 which added support for aarch64
ndkVersion = "24.0.8215888"
Expand Down

0 comments on commit c0184de

Please sign in to comment.