Skip to content

Commit

Permalink
reölease 1.7.2/23
Browse files Browse the repository at this point in the history
  • Loading branch information
Marmo committed Nov 22, 2022
1 parent c6d9ea1 commit 931667c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v1.7.2
- translations update

# v1.7.1
- fixed: crash when creating new transaction with presets (return transaction or when a existing one is selected)
- library update
Expand Down
6 changes: 3 additions & 3 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@



# release-checklist (1.7.1/22)
# release-checklist (1.7.2/23)
- [x] check github milestone
- [x] update fastlane changelog
- [x] update CHANGELOG.md
- [x] update changelog.html
- [-] update screenshots
- [x] update licenses
- [-] update licenses
- ./gradlew checkLicenses
- ./gradlew updateLicenses
- ./gradlew generateLicensePage
- [x] check build.gradle version+version code
- [] pull latest translations
- [x] pull latest translations
- [] build release (!) apk, rename debitum-x.x.x.apk
- [] tag release
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "org.ebur.debitum"
minSdkVersion 24
targetSdkVersion 32
versionCode 22
versionName "1.7.1"
versionCode 23
versionName "1.7.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down
4 changes: 4 additions & 0 deletions app/src/main/assets/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
</head>

<body>
<h1 id="v1-7-2">v1.7.2</h1>
<ul>
<li>translations update</li>
</ul>
<h1 id="v1-7-1">v1.7.1</h1>
<ul>
<li>fixed: crash when creating new transaction with presets (return transaction or when a existing one is selected)</li>
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/23.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# v1.7.2
- translations update

0 comments on commit 931667c

Please sign in to comment.