From cef1c6b4be0b263adbfaccdd2fbeb87aeea84f07 Mon Sep 17 00:00:00 2001 From: Denton Gentry Date: Tue, 24 Aug 2021 16:55:58 -0700 Subject: [PATCH] android: bump version code Signed-off-by: Denton Gentry --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index e7f4a48..4214caa 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -25,8 +25,8 @@ android { defaultConfig { minSdkVersion 22 targetSdkVersion 29 - versionCode 62 - versionName "1.13.116-t0ac213059-gae2df120327" + versionCode 63 + versionName "1.14.0-t62a458f7f-g0f6f5a30323" } compileOptions { sourceCompatibility 1.8