I got this from PlayStore: "Your app must support 16 KB memory page sizes by November 1, 2025, your app uses native libraries that don't support 16 KB memory page sizes. Recompile your app to support 16 KB by November 1, 2025 to continue releasing updates to your app."
now I am upgrading the project to new version react native and react native track player but it keep failing to build
Task :react-native-track-player:processDebugManifest
package="com.doublesymmetry.trackplayer" found in source AndroidManifest.xml: D:\Workspace\REACTNATIVE...\node_modules\react-native-track-player\android\src\main\AndroidManifest.xml.
Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported, and the value is ignored.
Recommendation: remove package="com.doublesymmetry.trackplayer" from the source AndroidManifest.xml: D:\Workspace\REACTNATIVE.....\node_modules\react-native-track-player\android\src\main\AndroidManifest.xml.
Task :react-native-track-player:compileDebugKotlin FAILED
[Incubating] Problems report is available at: file:///D:/Workspace/REACTNATIVE/...../android/build/reports/problems/problems-report.html
Deprecated Gradle features were used in this build, making it incompatible with Gradle 10.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.