Skip to content

Commit

Permalink
Version 2.0.12 metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Barashkov committed Dec 20, 2020
1 parent 0b00e74 commit 80225ff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ android {
applicationId "com.handydev.financier"
minSdkVersion 21
targetSdkVersion 29
versionCode 211
versionName "2.0.11"
versionCode 212
versionName "2.0.12"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
javaCompileOptions {
Expand Down
6 changes: 6 additions & 0 deletions app/src/main/assets/whatsnew.htm
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
</head>
<body>

<p><b>2.0.12</b></p>
<p>
[*] Nested categories in Transaction are now displayed in a more informative way. <br/>
[*] Calculator now supports hardware keyboards.<br/>
</p>

<p><b>2.0.11</b></p>
<p>
[*] Background is black again!<br/>
Expand Down

0 comments on commit 80225ff

Please sign in to comment.