chore: Prepare release 1.2.2 (versionCode 5) (#140)

This commit is contained in:
Nik Clayton 2023-10-03 13:21:53 +02:00 committed by GitHub
parent 802cdd4c46
commit f4c0d3525b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,5 @@
Pachli 1.2.2
New features:
- Embed the privacy policy in the app