File tree Expand file tree Collapse file tree
src/main/java/com/mubarak/mbcompass
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ android {
1919 applicationId = " com.mubarak.mbcompass"
2020 minSdk = 21
2121 targetSdk = 36
22- versionCode = 11
23- versionName = " 1.1.10 "
22+ versionCode = 12
23+ versionName = " 1.1.11 "
2424
2525 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
2626 vectorDrawables {
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ fun SettingsScreen(
124124 IconButton (onClick = onBackClicked) {
125125 Icon (
126126 imageVector = Icons .AutoMirrored .Filled .ArrowBack ,
127- contentDescription = " Localized description "
127+ contentDescription = stringResource( R .string.nav_back)
128128 )
129129 }
130130 })
Original file line number Diff line number Diff line change 1+ package com .mubarak .mbcompass .utils ;
2+
3+ public class Calculator {
4+
5+ public static int calculateAdd (int a ,int b ){
6+ return a + b ;
7+ }
8+ }
Original file line number Diff line number Diff line change 1+ - Implemented an intuitive settings screen with color scheme.
2+ - Fixed significant performant issue on Compass Rose due to unnecessary re-execution.
3+ - Added feature flag in the manifest.
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ junit = "4.13.2"
1111hiltNavigationCompose = " 1.2.0"
1212junitVersion = " 1.3.0"
1313espressoCore = " 3.7.0"
14- lifecycleRuntimeKtx = " 2.9.2 "
14+ lifecycleRuntimeKtx = " 2.9.3 "
1515activityCompose = " 1.10.1"
1616composeBom = " 2025.07.00"
17- navigationCompose = " 2.9.3 "
17+ navigationCompose = " 2.9.2 "
1818kspVersion = " 2.2.0-2.0.2"
1919kotlinxSerializationJson = " 1.9.0"
2020osmdroidAndroid = " 6.1.20"
You can’t perform that action at this time.
0 commit comments