mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-11 16:57:20 +02:00
Prepare release 1.12.0
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
6203855b15
commit
8355db86f5
|
|
@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.12.0] - 2020-09-24
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Allow sorting by recently used
|
- Allow sorting by recently used
|
||||||
|
|
@ -345,7 +347,9 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
- Fix elements overlapping.
|
- Fix elements overlapping.
|
||||||
|
|
||||||
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.11.3...HEAD
|
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.12.0...HEAD
|
||||||
|
|
||||||
|
[1.12.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.11.3...v1.12.0
|
||||||
|
|
||||||
[1.11.3]: https://github.com/android-password-store/Android-Password-Store/compare/v1.11.2...v1.11.3
|
[1.11.3]: https://github.com/android-password-store/Android-Password-Store/compare/v1.11.2...v1.11.3
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -31,8 +31,8 @@ android {
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = "dev.msfjarvis.aps"
|
applicationId = "dev.msfjarvis.aps"
|
||||||
versionCode = 11131
|
versionCode = 11200
|
||||||
versionName = "1.12.0-SNAPSHOT"
|
versionName = "1.12.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
lintOptions {
|
lintOptions {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue