Fixed UserInfo fragment for Landscape

This commit is contained in:
Prathamesh More 2022-05-24 12:14:42 +05:30
parent 2786d8abed
commit f916a826b5
3 changed files with 107 additions and 10 deletions

View file

@ -14,7 +14,7 @@ android {
vectorDrawables.useSupportLibrary = true
applicationId "code.name.monkey.retromusic"
versionCode 10582
versionCode 10583
versionName '5.9.0'
buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"")