internal release 5.4..4

This commit is contained in:
Hemanth S 2021-12-13 02:05:45 +05:30
parent ac902d0bf0
commit 669c402fd6
2 changed files with 6 additions and 5 deletions

View file

@ -14,8 +14,8 @@ android {
vectorDrawables.useSupportLibrary = true
applicationId "code.name.monkey.retromusic"
versionCode 10547
versionName '5.4.3'
versionCode 10548
versionName '5.4.4'
buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"")
}

View file

@ -57,7 +57,8 @@
style="@style/Widget.Material3.Button.OutlinedButton"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:paddingVertical="10dp"
android:paddingVertical="12dp"
android:layout_marginTop="8dp"
android:textAppearance="@style/TextViewButton"
app:icon="@drawable/ic_history"
app:iconGravity="start"
@ -66,11 +67,11 @@
app:layout_constraintTop_toBottomOf="@id/summary"
tools:text="@tools:sample/full_names" />
<ImageView
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/checkImage"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="20dp"
android:layout_marginEnd="16dp"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="@+id/button"
app:layout_constraintEnd_toEndOf="@+id/button"