From: Damyan Ivanov Date: Wed, 6 Feb 2019 20:44:23 +0000 (+0000) Subject: bump release version X-Git-Tag: v0.4.10 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=4e332dfc74b5c56b6895a0ce3c8cb4721dc2a72d bump release version --- diff --git a/app/build.gradle b/app/build.gradle index 45c1c88a..4cf7a45b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,8 +23,8 @@ android { applicationId "net.ktnx.mobileledger" minSdkVersion 22 targetSdkVersion 28 - versionCode 13 - versionName '0.4.9' + versionCode 14 + versionName '0.4.10' testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes {