From ebdbe7c3157495aa1da19a6e18046a98d9592b7c Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Thu, 11 Feb 2021 10:46:45 +0100 Subject: [PATCH] android: bump version code Signed-off-by: Elias Naur --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index c3320ea..3c3006b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -25,8 +25,8 @@ android { defaultConfig { minSdkVersion 22 targetSdkVersion 29 - versionCode 33 - versionName "1.4.0-t3d7cff91b-g33cf7c0aa19" + versionCode 34 + versionName "1.4.4-t64a9656c0-g3e758d0fe21" } compileOptions { sourceCompatibility 1.8