Skip to content

Commit

Permalink
Merge pull request #897 from GoogleChromeLabs/minSdkVersion21
Browse files Browse the repository at this point in the history
Increase minSdkVersion to 21
  • Loading branch information
OlegNitz authored Dec 17, 2024
2 parents 4a24e83 + dbc6a1f commit 1ddaf28
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 1ddaf28

Please sign in to comment.