Skip to content

Commit

Permalink
Raise minSdk to 21 (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasKypta authored Jan 17, 2024
1 parent 6cadeeb commit e2efb53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Supported-Versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ We currently support the following versions of mobile OS:
- tvOS: 12.0
- watchOS 4.0
- macOS Catalyst: 10.15
- Android 4.4 (API level 19)
- Android 5.0 (API level 21)

## Feature Limitations

Expand Down
2 changes: 1 addition & 1 deletion proj-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ plugins {
ext {
compileSdkVersion = 33
targetSdkVersion = 33
minSdkVersion = 19
minSdkVersion = 21
buildToolsVersion = "33.0.2"
// NDK, check https://developer.android.com/ndk/downloads for updates
ndkVersion = "25.1.8937393" // r25b
Expand Down

0 comments on commit e2efb53

Please sign in to comment.