From ebabd3e06170d6fc7b3e37b6c7d6313d3e1a2414 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20V=C3=A4limaa?= Date: Mon, 14 Sep 2026 18:16:31 +0800 Subject: [PATCH] fix: use 16 KB-compatible DataStore binaries --- example/android/app/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 1fd5b78..6a6302f 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -154,6 +154,9 @@ dependencies { // Include the Google Navigation SDK. implementation 'com.google.android.libraries.navigation:navigation:7.9.0' + + // 1.2.1 pads libdatastore_shared_counter.so's GNU_RELRO segment for 16 KB pages. + implementation 'androidx.datastore:datastore-core:1.2.1' } secrets {