Skip to content

Commit 9fb0778

Browse files
authored
chore(🤖): update DEFAULT_MIN_SDK_VERSION to its real value (#3076)
1 parent f299931 commit 9fb0778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎packages/skia/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import java.nio.file.Paths
1919
// the minimum React Native version supported.
2020
def DEFAULT_COMPILE_SDK_VERSION = 28
2121
def DEFAULT_BUILD_TOOLS_VERSION = '28.0.3'
22-
def DEFAULT_MIN_SDK_VERSION = 16
22+
def DEFAULT_MIN_SDK_VERSION = 21
2323
def DEFAULT_TARGET_SDK_VERSION = 28
2424

2525
def safeExtGet(prop, fallback) {

0 commit comments

Comments
 (0)