chore: Prepare release 2.7.1 (versionCode 19) (#861)
This commit is contained in:
parent
ff8b71a2d8
commit
c0ff447415
|
@ -1,5 +1,11 @@
|
||||||
# Pachli changelog
|
# 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
|
## v2.7.0
|
||||||
|
|
||||||
### New features and other improvements
|
### New features and other improvements
|
||||||
|
|
|
@ -32,8 +32,8 @@ android {
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = "app.pachli"
|
applicationId = "app.pachli"
|
||||||
versionCode = 18
|
versionCode = 19
|
||||||
versionName = "2.7.0"
|
versionName = "2.7.1"
|
||||||
|
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
testInstrumentationRunnerArguments["disableAnalytics"] = "true"
|
testInstrumentationRunnerArguments["disableAnalytics"] = "true"
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
Pachli 2.7.1
|
||||||
|
|
||||||
|
Fixes:
|
||||||
|
|
||||||
|
- Correctly position preview card images, show card description
|
Loading…
Reference in New Issue