Fixed Circle widget

This commit is contained in:
Prathamesh More 2022-02-17 20:06:55 +05:30
parent 0aa4017146
commit e827acea83
2 changed files with 17 additions and 12 deletions

View file

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