From 0b6110f0f9ce9169f8fd0658732f1166774735da Mon Sep 17 00:00:00 2001 From: "Alinson S. Xavier" Date: Sat, 28 Nov 2020 22:29:24 -0600 Subject: [PATCH] Add alpha to version name --- android/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/gradle.properties b/android/gradle.properties index 31aec0569..60cb81260 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -1,5 +1,5 @@ VERSION_CODE = 20000 -VERSION_NAME = 2.0.0 +VERSION_NAME = 2.0.0-alpha MIN_SDK_VERSION = 23 TARGET_SDK_VERSION = 29