Skip to content

Commit a29947b

Browse files
authored
Merge pull request #1164 from soramitsu/staging
Staging
2 parents 03093dd + e8cbc21 commit a29947b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ apply plugin: "org.sonarqube"
55
buildscript {
66
ext {
77
// App version
8-
versionName = '3.5.2'
9-
versionCode = 183
8+
versionName = '3.5.3'
9+
versionCode = 184
1010

1111
// SDK and tools
1212
compileSdkVersion = 34

feature-account-impl/src/main/res/layout/fragment_profile.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@
174174
android:layout_height="1dp"
175175
android:layout_marginStart="@dimen/x2"
176176
android:layout_marginEnd="@dimen/x2"
177-
android:background="@color/dividerGray" />
177+
android:background="@color/dividerGray"
178+
android:visibility="gone" />
178179

179180
<LinearLayout
180181
android:id="@+id/profileCurrency"

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ retrofit = "2.9.0"
4949
roomVersion = "2.6.1"
5050
rules = "1.5.0"
5151
runner = "1.5.2"
52-
sharedFeaturesVersion = "1.1.1.30-FLW"
52+
sharedFeaturesVersion = "1.1.1.31-FLW"
5353
shimmerVersion = "0.5.0"
5454
sonarqubeGradlePlugin = "3.3"
5555
soraUiCore = "0.2.22"

0 commit comments

Comments
 (0)