Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chvp committed Jan 11, 2025
1 parent 55b76b0 commit e2e9219
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 @@ -15,8 +15,8 @@ android {
applicationId = "be.chvp.nanoledger"
minSdk = 21
targetSdk = 35
versionCode = 100000
versionName = "1.0.0"
versionCode = 2025011101

Check failure on line 18 in app/build.gradle.kts

View workflow job for this annotation

GitHub Actions / lint

The 'versionCode' is very high and close to the max allowed value

Check failure on line 18 in app/build.gradle.kts

View workflow job for this annotation

GitHub Actions / lint

The 'versionCode' is very high and close to the max allowed value
versionName = "1.1.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/2025011101.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Transaction notes are now shown in the transaction overview (posting notes aren't)
Notes are preserved when editing (but not editable)
Virtual postings (where that account is parenthesized) are not taken into account when calculating the unbalanced amount

0 comments on commit e2e9219

Please sign in to comment.