From: Damyan Ivanov Date: Mon, 8 Apr 2019 18:29:45 +0000 (+0000) Subject: prepare 0.9.2 (22) release X-Git-Tag: v0.9.2 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=refs%2Ftags%2Fv0.9.2 prepare 0.9.2 (22) release --- diff --git a/CHANGES.md b/CHANGES.md index c5ac1d77..ce77aa03 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## [0.9.2] - 2019-04-08 + * FIXED + - fix account name auto-completion when the new transaction screen is invoked by an app shortcut and the main app is not running + ## [0.9.1] - 2019-04-06 * FIXED - fix a crash when the new transaction screen is invoked by an app shortcut and the main app is not running diff --git a/app/build.gradle b/app/build.gradle index 2852b600..d3cbd339 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,8 +23,8 @@ android { applicationId "net.ktnx.mobileledger" minSdkVersion 22 targetSdkVersion 28 - versionCode 21 - versionName '0.9.1' + versionCode 22 + versionName '0.9.2' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/metadata/en-US/changelogs/22.txt b/metadata/en-US/changelogs/22.txt new file mode 100644 index 00000000..aa985957 --- /dev/null +++ b/metadata/en-US/changelogs/22.txt @@ -0,0 +1 @@ + - fix account name auto-completion when the new transaction screen is invoked by an app shortcut and the main app is not running