Merge pull request #1476 from RetroMusicPlayer/dev-alpha

Bump versionCode
This commit is contained in:
Daksh P. Jain 2023-04-02 13:37:06 +05:30 committed by GitHub
commit eb4876a6d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ android {
vectorDrawables.useSupportLibrary = true
applicationId namespace
versionCode 10602
versionCode 10603
versionName '6.1.0'
buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"")