#000 | Hemanth | Updated SDK version for playstore fix

This commit is contained in:
Hemanth Savarala 2024-12-17 17:02:16 +05:30
parent 8548437633
commit 045e027edc

View file

@ -15,8 +15,8 @@ android {
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
applicationId namespace applicationId namespace
versionCode 10620 versionCode 10621
versionName '6.2.0' versionName '6.2.1'
buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"") buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"")
} }