chore: Prepare release 1.2.1 (versionCode 4) (#138)
This commit is contained in:
parent
651b0efcd6
commit
2cc534f22a
|
@ -1,5 +1,11 @@
|
|||
# Pachli changelog
|
||||
|
||||
## v1.2.1
|
||||
|
||||
### New features and other improvements
|
||||
|
||||
- Link to the privacy policy from "About" (#[137](https://github.com/pachli/pachli-android/pull/137))
|
||||
|
||||
## v1.2
|
||||
|
||||
### New features and other improvements
|
||||
|
|
|
@ -31,8 +31,8 @@ android {
|
|||
namespace "app.pachli"
|
||||
minSdk 23
|
||||
targetSdk 33
|
||||
versionCode 3
|
||||
versionName "1.2"
|
||||
versionCode 4
|
||||
versionName "1.2.1"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
Pachli 1.2.1
|
||||
|
||||
New features:
|
||||
|
||||
- Link to the privacy policy from "About"
|
Loading…
Reference in New Issue