Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chvp committed Jun 26, 2024
1 parent 81e3253 commit c21e13b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId = "be.chvp.nanoledger"
minSdk = 21
targetSdk = 34
versionCode = 30100
versionName = "0.3.0"
versionCode = 40100
versionName = "0.4.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/40100.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Allow deleting transactions

Deleting can be done by tapping on a transaction (which selects it). This changes the toolbar so that a delete button becomes visible. Selection can be undone by tapping the transaction again, pressing the back button, or tapping the back icon in the toolbar.

0 comments on commit c21e13b

Please sign in to comment.