Skip to content

Commit

Permalink
Bump target SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra committed Aug 22, 2022
1 parent bc83fec commit 27e60d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/mobile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Open another process within the container:
docker exec -it <container-id> /bin/bash
```

Setup NDK_PATH env before building
Setup NDK_PATH env in user's global gradle.properties

```
echo NDK_PATH=/usr/lib/android-sdk/android-ndk-r21e >> /home/node/.gradle/gradle.properties
Expand Down
4 changes: 2 additions & 2 deletions packages/mobile/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ buildscript {
ext {
buildToolsVersion = "29.0.3"
minSdkVersion = 24
compileSdkVersion = 29
targetSdkVersion = 29
compileSdkVersion = 30
targetSdkVersion = 30
ndkVersion = "21.4.7075529"
}
repositories {
Expand Down

0 comments on commit 27e60d4

Please sign in to comment.