From: Damyan Ivanov Date: Sat, 6 Apr 2019 20:23:25 +0000 (+0300) Subject: bump version name/code to 0.9.1/21 X-Git-Tag: v0.9.1~1 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=bb6cd66f70b11691045c1a22b06926b8feb68709 bump version name/code to 0.9.1/21 --- diff --git a/app/build.gradle b/app/build.gradle index 0a02dcb6..2852b600 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,8 +23,8 @@ android { applicationId "net.ktnx.mobileledger" minSdkVersion 22 targetSdkVersion 28 - versionCode 20 - versionName '0.9' + versionCode 21 + versionName '0.9.1' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes {