From: Damyan Ivanov Date: Sat, 20 Feb 2021 12:23:28 +0000 (+0200) Subject: bump version (name and code) X-Git-Tag: v0.17.0~72 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=f3bd24df1a0becf411885def8e9057c93753c060 bump version (name and code) --- diff --git a/app/build.gradle b/app/build.gradle index 48a0b307..b3b34d80 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,8 +24,8 @@ android { minSdkVersion 22 targetSdkVersion 29 vectorDrawables.useSupportLibrary true - versionCode 37 - versionName '0.16.0' + versionCode 38 + versionName '0.17.0' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" javaCompileOptions { annotationProcessorOptions {