Version Update

This commit is contained in:
tom5079
2020-07-05 19:33:56 +09:00
parent a8766a8bbe
commit f185196e85
2 changed files with 5 additions and 3 deletions

View File

@@ -19,8 +19,8 @@ android {
applicationId "xyz.quaver.pupil"
minSdkVersion 16
targetSdkVersion 29
versionCode 55
versionName "4.18.2"
versionCode 56
versionName "4.19"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
vectorDrawables.useSupportLibrary = true

View File

@@ -19,6 +19,7 @@
<ImageView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/side_nav_bar"
@@ -27,4 +28,5 @@
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
android:gravity="bottom"/>
android:gravity="bottom"
tools:ignore="ContentDescription" />