From 5c524d276863dbf08fcfc4dc9f8cb329a11fd765 Mon Sep 17 00:00:00 2001 From: Denton Gentry Date: Sat, 21 Aug 2021 21:41:02 -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 597b32c..e7f4a48 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -25,8 +25,8 @@ android { defaultConfig { minSdkVersion 22 targetSdkVersion 29 - versionCode 61 - versionName "1.13.53-t8bdf87883-g30324736c98" + versionCode 62 + versionName "1.13.116-t0ac213059-gae2df120327" } compileOptions { sourceCompatibility 1.8