From: Damyan Ivanov Date: Tue, 10 Dec 2019 19:54:07 +0000 (+0200) Subject: bump version X-Git-Tag: v0.12.0~156 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=275e3685952681266788bb3105bb5be69808ae42 bump version --- diff --git a/app/build.gradle b/app/build.gradle index 54637b41..2fe1c448 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,8 +23,8 @@ android { applicationId "net.ktnx.mobileledger" minSdkVersion 22 targetSdkVersion 28 - versionCode 30 - versionName '0.11.0' + versionCode 31 + versionName '0.12.0' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes {