Skip to content

Commit 49bf374

Browse files
committed
Version bump and small button margin increase
1 parent 4972034 commit 49bf374

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

onboarder/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 15
99
targetSdkVersion 23
10-
versionCode 1
11-
versionName "1.0"
10+
versionCode 2
11+
versionName "1.01"
1212
}
1313
buildTypes {
1414
release {

onboarder/src/main/res/layout/fragment_onboarding.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
android:minHeight="60dp"
4343
android:lineSpacingExtra="5sp"
4444
android:layout_marginLeft="20dp"
45-
android:layout_marginRight="20dp"/>
45+
android:layout_marginRight="20dp"
46+
android:layout_marginBottom="20dp"/>
4647

4748
<Button
4849
android:theme="@style/OnboardingButton"

0 commit comments

Comments
 (0)