Skip to content

Commit

Permalink
feat: taro 3.6.18
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqingchen committed Oct 31, 2023
1 parent e57cd2e commit 539e8de
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 = 21
compileSdkVersion = 31
targetSdkVersion = 31
compileSdkVersion = 32
targetSdkVersion = 32

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 539e8de

Please sign in to comment.