diff --git a/app/build.gradle b/app/build.gradle index fa673ac38..827e67ba0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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')}\"") }