Skip to content

Commit dbc6a1f

Browse files
committed
Increase minSdkVersion to 21
1 parent 4a24e83 commit dbc6a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/lib/TwaManifest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const DEFAULT_NAVIGATION_DIVIDER_COLOR = '#00000000';
7272
const DEFAULT_BACKGROUND_COLOR = '#FFFFFF';
7373
const DEFAULT_APP_VERSION_CODE = 1;
7474
const DEFAULT_APP_VERSION_NAME = DEFAULT_APP_VERSION_CODE.toString();
75-
const DEFAULT_MIN_SDK_VERSION = 19;
75+
const DEFAULT_MIN_SDK_VERSION = 21;
7676
const DEFAULT_SIGNING_KEY_PATH = './android.keystore';
7777
const DEFAULT_SIGNING_KEY_ALIAS = 'android';
7878
const DEFAULT_ENABLE_NOTIFICATIONS = true;

0 commit comments

Comments
 (0)