From e892bccb323ec921024b35ca76c9c8346467ad0a Mon Sep 17 00:00:00 2001 From: "Alinson S. Xavier" Date: Wed, 25 Nov 2020 18:23:27 -0600 Subject: [PATCH] Bump version to 1.8.10 --- android/gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/gradle.properties b/android/gradle.properties index 87e3585af..b7ce88698 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -1,5 +1,5 @@ -VERSION_CODE = 52 -VERSION_NAME = 1.8.9 +VERSION_CODE = 10810 +VERSION_NAME = 1.8.10 MIN_SDK_VERSION = 21 TARGET_SDK_VERSION = 29