From 4f55ec6ea815d6cc5a7acc29643f9182c6dfe25f Mon Sep 17 00:00:00 2001 From: "Alinson S. Xavier" Date: Sun, 29 Nov 2020 16:16:06 -0600 Subject: [PATCH] Bump version number --- android/gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/gradle.properties b/android/gradle.properties index 60cb81260..da1ce5163 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -1,5 +1,5 @@ -VERSION_CODE = 20000 -VERSION_NAME = 2.0.0-alpha +VERSION_CODE = 20001 +VERSION_NAME = 2.0.1-alpha MIN_SDK_VERSION = 23 TARGET_SDK_VERSION = 29