chore: Prepare release 1.2.2 (versionCode 5) (#140)
This commit is contained in:
parent
802cdd4c46
commit
f4c0d3525b
|
@ -1,5 +1,11 @@
|
|||
# Pachli changelog
|
||||
|
||||
## v1.2.2
|
||||
|
||||
### New features and other improvements
|
||||
|
||||
- Embed the privacy policy in the app (#[139](https://github.com/pachli/pachli-android/pull/139))
|
||||
|
||||
## v1.2.1
|
||||
|
||||
### New features and other improvements
|
||||
|
|
|
@ -33,8 +33,8 @@ android {
|
|||
namespace "app.pachli"
|
||||
minSdk 23
|
||||
targetSdk 33
|
||||
versionCode 4
|
||||
versionName "1.2.1"
|
||||
versionCode 5
|
||||
versionName "1.2.2"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
Pachli 1.2.2
|
||||
|
||||
New features:
|
||||
|
||||
- Embed the privacy policy in the app
|
Loading…
Reference in New Issue