mirror of
https://github.com/pachli/pachli-android.git
synced 2025-01-08 06:42:12 +01:00
chore: Prepare release 2.7.1 (versionCode 19) (#861)
This commit is contained in:
parent
ff8b71a2d8
commit
c0ff447415
@ -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
|
||||
|
@ -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"
|
||||
|
5
fastlane/metadata/android/en-US/changelogs/19.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/19.txt
Normal file
@ -0,0 +1,5 @@
|
||||
Pachli 2.7.1
|
||||
|
||||
Fixes:
|
||||
|
||||
- Correctly position preview card images, show card description
|
Loading…
Reference in New Issue
Block a user