From 011abf62a098ff9cb249f2d1a88078258592f405 Mon Sep 17 00:00:00 2001 From: "Alinson S. Xavier" Date: Wed, 9 Dec 2020 20:01:35 -0600 Subject: [PATCH] Bump version to 1.8.11 --- android/gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/gradle.properties b/android/gradle.properties index b7ce88698..0617454e0 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -1,5 +1,5 @@ -VERSION_CODE = 10810 -VERSION_NAME = 1.8.10 +VERSION_CODE = 10811 +VERSION_NAME = 1.8.11 MIN_SDK_VERSION = 21 TARGET_SDK_VERSION = 29