Skip to content

Commit

Permalink
Increase minSdkVersion to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegNitz committed Dec 16, 2024
1 parent 4a24e83 commit dbc6a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/lib/TwaManifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const DEFAULT_NAVIGATION_DIVIDER_COLOR = '#00000000';
const DEFAULT_BACKGROUND_COLOR = '#FFFFFF';
const DEFAULT_APP_VERSION_CODE = 1;
const DEFAULT_APP_VERSION_NAME = DEFAULT_APP_VERSION_CODE.toString();
const DEFAULT_MIN_SDK_VERSION = 19;
const DEFAULT_MIN_SDK_VERSION = 21;
const DEFAULT_SIGNING_KEY_PATH = './android.keystore';
const DEFAULT_SIGNING_KEY_ALIAS = 'android';
const DEFAULT_ENABLE_NOTIFICATIONS = true;
Expand Down

0 comments on commit dbc6a1f

Please sign in to comment.