From: Damyan Ivanov Date: Sat, 9 Feb 2019 10:24:41 +0000 (+0000) Subject: bump release version X-Git-Tag: v0.5 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=95e8a33ce13d1d7284bfafabc5957e46a21e5978 bump release version --- diff --git a/app/build.gradle b/app/build.gradle index 4cf7a45b..bf7a5d7a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,8 +23,8 @@ android { applicationId "net.ktnx.mobileledger" minSdkVersion 22 targetSdkVersion 28 - versionCode 14 - versionName '0.4.10' + versionCode 15 + versionName '0.5' testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes {