From: Damyan Ivanov Date: Wed, 20 Feb 2019 20:04:31 +0000 (+0200) Subject: bump version and version code X-Git-Tag: v0.7~62 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=7f52af7aece88e6ea809afb03065e8d412f6a76b bump version and version code --- diff --git a/app/build.gradle b/app/build.gradle index b7935865..ee2ad1a7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,8 +23,8 @@ android { applicationId "net.ktnx.mobileledger" minSdkVersion 22 targetSdkVersion 28 - versionCode 16 - versionName '0.6' + versionCode 17 + versionName '0.7' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes {