Skip to content

Commit

Permalink
fix: use min sdk 17
Browse files Browse the repository at this point in the history
  • Loading branch information
vmutafov committed Nov 15, 2022
1 parent c0f5514 commit 2f2358c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"gradleAndroid": "7.3.0",
"ndk": "r21",
"ndkApiLevel": "22",
"minSdk": "21",
"minSdk": "17",
"compileSdk": "32",
"buildTools": "32.0.0",
"kotlin": "1.7.10"
Expand Down
2 changes: 1 addition & 1 deletion test-app/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android.useAndroidX=true
# Default versions used throughout the gradle configurations
NS_DEFAULT_BUILD_TOOLS_VERSION=32.0.0
NS_DEFAULT_COMPILE_SDK_VERSION=32
NS_DEFAULT_MIN_SDK_VERSION=21
NS_DEFAULT_MIN_SDK_VERSION=17
NS_DEFAULT_ANDROID_BUILD_TOOLS_VERSION=7.3.0

ns_default_androidx_appcompat_version = 1.5.1
Expand Down
Binary file modified test-app/runtime/src/main/libs/armeabi-v7a/libv8_monolith.a
Binary file not shown.
Binary file modified test-app/runtime/src/main/libs/x86/libv8_monolith.a
Binary file not shown.

0 comments on commit 2f2358c

Please sign in to comment.