File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/main/java/com/nasahacker/convertit/ui/component Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ android {
15
15
applicationId = packageName
16
16
minSdk = 21
17
17
targetSdk = 36
18
- versionCode = 34
19
- versionName = " 1.3.3 -lts"
18
+ versionCode = 35
19
+ versionName = " 1.3.4 -lts"
20
20
multiDexEnabled = true
21
21
22
22
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change 1
1
package com.nasahacker.convertit.ui.component
2
2
3
3
import androidx.compose.material.icons.Icons
4
+ import androidx.compose.material.icons.automirrored.filled.ArrowBack
4
5
import androidx.compose.material.icons.filled.ArrowBack
5
6
import androidx.compose.material.icons.filled.Info
6
7
import androidx.compose.material3.ExperimentalMaterial3Api
@@ -52,7 +53,7 @@ fun MainAppBar(
52
53
if (isAboutScreen) {
53
54
IconButton (onClick = onNavigateBack) {
54
55
Icon (
55
- imageVector = Icons .Default .ArrowBack ,
56
+ imageVector = Icons .AutoMirrored . Filled .ArrowBack ,
56
57
contentDescription = " Back" ,
57
58
)
58
59
}
You can’t perform that action at this time.
0 commit comments