diff --git a/app/build.gradle b/app/build.gradle index 049633c8..8499c132 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -48,8 +48,8 @@ android { applicationId "com.handydev.financier" minSdkVersion 21 targetSdkVersion 29 - versionCode 223 - versionName "2.0.23" + versionCode 225 + versionName "2.0.24" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled true javaCompileOptions { diff --git a/app/src/main/assets/whatsnew.htm b/app/src/main/assets/whatsnew.htm index 46a19fb1..1036bfe5 100644 --- a/app/src/main/assets/whatsnew.htm +++ b/app/src/main/assets/whatsnew.htm @@ -22,6 +22,12 @@ +

2.0.24, 29 Sep 2021

+

+ [*]Fixed PIN view not working. + [*]Fixed alternate color setting for transactions mistaken with Accounts list setting. +

+

2.0.23, 27 Sep 2021

[*]All transaction lists now look the same (and correct).