From: Damyan Ivanov Date: Thu, 6 May 2021 17:19:07 +0000 (+0300) Subject: bump version preparing for the next release X-Git-Tag: v0.19.0~29 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=47fb975ab1deadd9725190b2b57a8244e338e239 bump version preparing for the next release --- diff --git a/app/build.gradle b/app/build.gradle index f7a6d7a8..a1282e8b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,8 +24,8 @@ android { minSdkVersion 22 targetSdkVersion 29 vectorDrawables.useSupportLibrary true - versionCode 40 - versionName '0.18.0' + versionCode 41 + versionName '0.19.0' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" javaCompileOptions { annotationProcessorOptions {