chore: Prepare release 2.7.1 (versionCode 19) (#861)

This commit is contained in:
Nik Clayton 2024-07-31 15:10:18 +02:00 committed by GitHub
parent ff8b71a2d8
commit c0ff447415
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 13 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Pachli changelog
## v2.7.1
### Significant bug fixes
- Correctly position preview card images, show card description (#[860](https://github.com/pachli/pachli-android/pull/860), [Nik Clayton](https://github.com/pachli/pachli-android/commits?author=nik@ngo.org.uk))
## v2.7.0
### New features and other improvements

View File

@ -32,8 +32,8 @@ android {
defaultConfig {
applicationId = "app.pachli"
versionCode = 18
versionName = "2.7.0"
versionCode = 19
versionName = "2.7.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments["disableAnalytics"] = "true"

View File

@ -0,0 +1,5 @@
Pachli 2.7.1
Fixes:
- Correctly position preview card images, show card description