Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chvp committed Dec 17, 2023
1 parent 677dc92 commit c70d1dd
Show file tree
Hide file tree
Showing 2 changed files with 3 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 = 26
targetSdk = 33
versionCode = 10400
versionName = "0.1.3"
versionCode = 10500
versionName = "0.1.4"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/10500.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Tweak posting row item widths to make currency a bit wider (by Ajnasz).

0 comments on commit c70d1dd

Please sign in to comment.