From: Damyan Ivanov Date: Thu, 18 Jun 2020 05:22:34 +0000 (+0000) Subject: bump version to 0.14.0 (34) X-Git-Tag: v0.14.0~7 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=74d2b5974eb2b011346d46ad937f16d0468e17e9 bump version to 0.14.0 (34) --- diff --git a/app/build.gradle b/app/build.gradle index 07cf3456..e7f2368c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,5 +1,5 @@ /* - * Copyright © 2019 Damyan Ivanov. + * Copyright © 2020 Damyan Ivanov. * This file is part of MoLe. * MoLe is free software: you can distribute it and/or modify it * under the term of the GNU General Public License as published by @@ -24,8 +24,8 @@ android { minSdkVersion 22 targetSdkVersion 29 vectorDrawables.useSupportLibrary true - versionCode 33 - versionName '0.13.1' + versionCode 34 + versionName '0.14.0' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes {