Fixed BottomNavigation crashes

This commit is contained in:
Prathamesh More 2022-05-26 15:55:43 +05:30
parent 29671a374e
commit 097d646635
2 changed files with 6 additions and 1 deletions

View file

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