# Changes
+## [0.9.3] - 2019-04-10
+
+ * FIXED
+ - fix saving of new transactions from the app shortcut when the main app is not running
+
## [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
applicationId "net.ktnx.mobileledger"
minSdkVersion 22
targetSdkVersion 28
- versionCode 22
- versionName '0.9.2'
+ versionCode 23
+ versionName '0.9.3'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
--- /dev/null
+ * FIXED:
+ - fix saving of new transactions from the app shortcut when the main app is not running