This repository was archived by the owner on Aug 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed
fastlane/metadata/android Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ android {
4141 compileSdk = 35
4242 minSdk = 26
4343 targetSdk = 36
44- versionCode = 51
45- versionName = " 6.3 .0"
44+ versionCode = 52
45+ versionName = " 6.4 .0"
4646 applicationId = " de.storchp.opentracks.osmplugin"
4747
4848 testInstrumentationRunnerArguments + = mapOf (" runnerBuilder" to " de.mannodermaus.junit5.AndroidJUnit5Builder" )
Original file line number Diff line number Diff line change 1+ - Aktivierung der largeHeap Einstellung, um Speicherprobleme zu beheben #516
2+ - Übersetzungen aktualisiert
3+ - Abhängigkeiten aktualisiert
Original file line number Diff line number Diff line change 1+ - Aktivate largeHeap setting to fix memory issues #516
2+ - Updated translations
3+ - Updated dependencies
Original file line number Diff line number Diff line change 88 android : icon =" @mipmap/ic_launcher"
99 android : label =" @string/app_name"
1010 android : roundIcon =" @mipmap/ic_launcher_round"
11+ android : largeHeap =" true"
1112 android : supportsRtl =" true"
1213 android : theme =" @style/ThemeCustom"
1314 tools : replace =" android:theme"
You can’t perform that action at this time.
0 commit comments