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')}\"")
}