diff --git a/app/build.gradle b/app/build.gradle index a5e7ece0..84e2251a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 diff --git a/app/src/main/res/layout/nav_header_main.xml b/app/src/main/res/layout/nav_header_main.xml index cf20425c..a413c18b 100644 --- a/app/src/main/res/layout/nav_header_main.xml +++ b/app/src/main/res/layout/nav_header_main.xml @@ -19,6 +19,7 @@ \ No newline at end of file + android:gravity="bottom" + tools:ignore="ContentDescription" /> \ No newline at end of file