From abcbc74c3770abdfcc43bfa9cca84a9a2956b051 Mon Sep 17 00:00:00 2001 From: Mygod Date: Mon, 13 May 2019 18:45:27 +0800 Subject: [PATCH] v2.4.4 --- mobile/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/build.gradle b/mobile/build.gradle index 5d0b0b61..9acc422f 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -20,8 +20,8 @@ android { minSdkVersion 21 targetSdkVersion 28 resConfigs "ru", "zh-rCN" - versionCode 203 - versionName "2.4.3" + versionCode 204 + versionName '2.4.4' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" javaCompileOptions { annotationProcessorOptions {