chore: Prepare release 2.1.1 (versionCode 10) (#331)
This commit is contained in:
parent
cc0be0318f
commit
51c2ef0607
|
@ -1,5 +1,11 @@
|
||||||
# Pachli changelog
|
# Pachli changelog
|
||||||
|
|
||||||
|
## v2.1.1
|
||||||
|
|
||||||
|
### Significant bug fixes
|
||||||
|
|
||||||
|
- Prevent crash if a trending tab is present (#[330](https://github.com/pachli/pachli-android/pull/330), [Nik Clayton](https://github.com/pachli/pachli-android/commits?author=nik@ngo.org.uk))
|
||||||
|
|
||||||
## v2.1.0
|
## v2.1.0
|
||||||
|
|
||||||
### New features and other improvements
|
### New features and other improvements
|
||||||
|
|
|
@ -35,8 +35,8 @@ android {
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = "app.pachli"
|
applicationId = "app.pachli"
|
||||||
versionCode = 9
|
versionCode = 10
|
||||||
versionName = "2.1.0"
|
versionName = "2.1.1"
|
||||||
|
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
testInstrumentationRunnerArguments["disableAnalytics"] = "true"
|
testInstrumentationRunnerArguments["disableAnalytics"] = "true"
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
Pachli 2.1.1
|
||||||
|
|
||||||
|
Fixes:
|
||||||
|
|
||||||
|
- Prevent crash if a trending tab is present
|
Loading…
Reference in New Issue