chore: Prepare release 1.2.2 (versionCode 5) (#140)
This commit is contained in:
parent
802cdd4c46
commit
f4c0d3525b
|
@ -1,5 +1,11 @@
|
||||||
# Pachli changelog
|
# 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
|
## v1.2.1
|
||||||
|
|
||||||
### New features and other improvements
|
### New features and other improvements
|
||||||
|
|
|
@ -33,8 +33,8 @@ android {
|
||||||
namespace "app.pachli"
|
namespace "app.pachli"
|
||||||
minSdk 23
|
minSdk 23
|
||||||
targetSdk 33
|
targetSdk 33
|
||||||
versionCode 4
|
versionCode 5
|
||||||
versionName "1.2.1"
|
versionName "1.2.2"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
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