Skip to content

Commit

Permalink
⬆️ Upgrade android target sdk version to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Sep 12, 2024
1 parent 150b63a commit e92480b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import org.apache.tools.ant.taskdefs.condition.Os
buildscript {
ext {
kotlinVersion = "1.9.0"
buildToolsVersion = "31.0.0"
buildToolsVersion = "34.0.0"
minSdkVersion = 21
compileSdkVersion = 33
targetSdkVersion = 33
compileSdkVersion = 34
targetSdkVersion = 34

if (System.properties['os.arch'] == "aarch64") {
// For M1 Users we need to use the NDK 24 which added support for aarch64
Expand Down

0 comments on commit e92480b

Please sign in to comment.