File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments