Skip to content

Commit 825ef62

Browse files
bump MIN SDK to 21
1 parent 2c78b4e commit 825ef62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
import groovy.json.JsonSlurper
33

44
def DEFAULT_COMPILE_SDK_VERSION = 29
5-
def DEFAULT_MIN_SDK_VERSION = 16
5+
def DEFAULT_MIN_SDK_VERSION = 21
66
def DEFAULT_TARGET_SDK_VERSION = 29
77

88
def getNpmVersion() {

0 commit comments

Comments
 (0)