Merge pull request #1172 from prathameshmm02/dev

Updated version code and version name
main
Daksh P. Jain 2021-11-23 11:31:43 +05:30 committed by GitHub
commit 36c653716a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ android {
vectorDrawables.useSupportLibrary = true
applicationId "code.name.monkey.retromusic"
versionCode 10537
versionName '5.2.1 ' + "_" + getDate()
versionCode 10543
versionName '5.4.0 ' + "_" + getDate()
buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"")
}