Skip to content

Commit 5fa4527

Browse files
fix: App does not support 16kb
1 parent 37ddd1a commit 5fa4527

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.6.2] - 2025-09-16
9+
10+
### Fixed
11+
- **Android Play Store Compatibility**: Fixed "App does not support 16kb" error for Google Play Store submission
12+
- Added support for 16KB page size compatibility as required by Google Play Store
13+
- Updated Android manifest and build configuration to support new Android runtime requirements
14+
- Enhanced memory allocation handling for devices with 16KB page sizes
15+
- Improved compatibility with Android 15+ devices that use 16KB memory pages
16+
- Fixed native library loading issues related to page size alignment
17+
- Updated build.gradle configurations to ensure Play Store compliance
18+
819
## [1.6.1] - 2025-09-12
920

1021
### Improved

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ dependencies {
108108
implementation 'androidx.core:core-ktx:1.7.0'
109109
implementation 'com.github.vietmap-company:maps-sdk-android:2.6.0'
110110
implementation 'com.github.vietmap-company:maps-sdk-navigation-ui-android:2.4.1'
111-
implementation 'com.github.vietmap-company:maps-sdk-navigation-android:2.4.1'
111+
implementation 'com.github.vietmap-company:maps-sdk-navigation-android:2.5.1'
112112
implementation 'com.github.vietmap-company:vietmap-services-core:1.0.0'
113113
implementation 'com.github.vietmap-company:vietmap-services-directions-models:1.0.1'
114114
implementation 'com.github.vietmap-company:vietmap-services-turf-android:1.0.2'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vietmap/vietmap-react-native-navigation",
33
"title": "VietMap React Native turn by turn Navigation",
4-
"version": "1.6.1",
4+
"version": "1.6.2",
55
"description": "VietMap turn-by-turn navigation for React Native.",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)