Skip to content

fix: update DataStore for 16 KB compatibility #1103

Description

@ovitrif

Goal

Update AndroidX DataStore from 1.2.0 to 1.2.1 so Bitkit clears Android's page-size compatibility alert.

Parent: #1047

Causal evidence

A clean uninstall/install of mainnetDebug on Android 17/API 37 with PAGE_SIZE=16384 changed only DataStore. The 1.2.1 build cleared the complete alert and produced pageSizeCompat=0 while every other native dependency remained unchanged.

The earlier Unknown error entries were collateral compatibility-mode reporting rather than evidence of separate dependency failures.

Implementation

Acceptance criteria

  • DataStore is the only dependency version changed.
  • A clean uninstall/install on Android 17/API 37 with PAGE_SIZE=16384 reaches Bitkit without the compatibility alert.
  • The runtime result reports pageSizeCompat=0.
  • The repository's compile, test, lint, dependency-resolution, and hosted CI/E2E checks pass.
  • fix: update DataStore for 16 KB compatibility #1107 receives approval and merges.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions