#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
applicationId namespace
versionCode 10620
versionName '6.2.0'
versionCode 10621
versionName '6.2.1'
buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"")
}