Skip to content

Commit

Permalink
fix: bump buildscript sdk versions and build tool version for examples (
Browse files Browse the repository at this point in the history
#243)

* bump buildscript sdk versions and build tool version for examples
  • Loading branch information
PdoubleU committed Nov 21, 2023
1 parent 695b349 commit 22eac8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

buildscript {
ext {
buildToolsVersion = "31.0.0"
buildToolsVersion = "33.0.0"
minSdkVersion = 21
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 22eac8c

Please sign in to comment.