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
Goal
Update AndroidX DataStore from
1.2.0to1.2.1so Bitkit clears Android's page-size compatibility alert.Parent: #1047
Causal evidence
A clean uninstall/install of
mainnetDebugon Android 17/API 37 withPAGE_SIZE=16384changed only DataStore. The1.2.1build cleared the complete alert and producedpageSizeCompat=0while every other native dependency remained unchanged.The earlier
Unknown errorentries were collateral compatibility-mode reporting rather than evidence of separate dependency failures.Implementation
1.2.1.Acceptance criteria
PAGE_SIZE=16384reaches Bitkit without the compatibility alert.pageSizeCompat=0.