From 034c10dd2096a6ecd37c1028fac8fef9d7ce0a9c Mon Sep 17 00:00:00 2001 From: Mygod Date: Fri, 5 Apr 2019 12:11:09 +0800 Subject: [PATCH] Unbump version code to 2.4.0 Breaking change has been fixed. Unbump version code. --- mobile/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/build.gradle b/mobile/build.gradle index 1dbbb997..46d54dd7 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -21,7 +21,7 @@ android { targetSdkVersion 28 resConfigs "ru", "zh-rCN" versionCode 200 - versionName "3.0.0" + versionName "2.4.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" javaCompileOptions { annotationProcessorOptions {