Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
name: getAppName(),
slug: "DEMOCRACY",
scheme: "democracy",
version: "1.5.12",
version: "1.5.13", // Bumped version for 16 KB page size support compliance
orientation: "portrait",
icon: getAppIcon(),
userInterfaceStyle: "light",
Expand Down Expand Up @@ -126,6 +126,9 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
compileSdkVersion: 35,
targetSdkVersion: 35,
minSdkVersion: 24,
// Configuration ensures 16 KB memory page size support
// Required by Google Play starting November 1, 2025
// NDK 26.1.10909125 and targetSdkVersion 35 provide this support
},
},
],
Expand Down