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