# 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
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 {
--- /dev/null
+ - fix account name auto-completion when the new transaction screen is invoked by an app shortcut and the main app is not running