From 7a4a9550c7d259406e583a4e9a1b6edba229e155 Mon Sep 17 00:00:00 2001 From: Denton Gentry Date: Sat, 2 Oct 2021 06:33: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 b136c07..ad3ceb7 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -25,8 +25,8 @@ android { defaultConfig { minSdkVersion 22 targetSdkVersion 29 - versionCode 67 - versionName "1.14.0-t62a458f7f-gff91342ecc8" + versionCode 68 + versionName "1.14.6-tdfc4042ec-gb1b53ce7b58" } compileOptions { sourceCompatibility 1.8