Update build.gradle

This commit is contained in:
Hemanth Savarala 2024-12-06 18:01:47 +05:30
parent dcbb067208
commit 1c49bdcd72

View file

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