From 4764c07f3b507909563caa376ed8d4ed56cefb1f Mon Sep 17 00:00:00 2001 From: "Alinson S. Xavier" Date: Thu, 19 Nov 2020 19:29:05 -0600 Subject: [PATCH] Bump version to 2.0.0 --- android/gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/gradle.properties b/android/gradle.properties index 1f783d1bc..570285804 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -1,5 +1,5 @@ -VERSION_CODE = 52 -VERSION_NAME = 1.8.9 +VERSION_CODE = 53 +VERSION_NAME = 2.0.0 MIN_SDK_VERSION = 21 TARGET_SDK_VERSION = 29