From: Damyan Ivanov Date: Thu, 7 Mar 2019 03:28:18 +0000 (+0200) Subject: bump version to 0.8 (18) X-Git-Tag: v0.8~40 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=8b5907eef9304a339f03128cddf668c46deea768;hp=42498bba93a54e96070e976da2415c10b713e38b bump version to 0.8 (18) --- diff --git a/app/build.gradle b/app/build.gradle index 5edb7613..aa3b04ea 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,8 +23,8 @@ android { applicationId "net.ktnx.mobileledger" minSdkVersion 22 targetSdkVersion 28 - versionCode 17 - versionName '0.7' + versionCode 18 + versionName '0.8' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes {