mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-29 13:27:46 +00:00
build: bump version
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
f1befcf7f3
commit
ffeb4c17d3
@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.8.1] - 2020-05-24
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Don't strip leading slash from repository paths
|
||||||
|
|
||||||
## [1.8.0] - 2020-05-23
|
## [1.8.0] - 2020-05-23
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@ -142,7 +147,8 @@ 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.8.0...HEAD
|
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.8.1...HEAD
|
||||||
|
[1.8.1]: https://github.com/android-password-store/Android-Password-Store/compare/v1.8.0..v1.8.1
|
||||||
[1.8.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.2..v1.8.0
|
[1.8.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.2..v1.8.0
|
||||||
[1.7.2]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.1..v1.7.2
|
[1.7.2]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.1..v1.7.2
|
||||||
[1.7.1]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.0..v1.7.1
|
[1.7.1]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.0..v1.7.1
|
||||||
|
@ -27,7 +27,7 @@ android {
|
|||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId 'dev.msfjarvis.aps'
|
applicationId 'dev.msfjarvis.aps'
|
||||||
versionCode 10801
|
versionCode 10801
|
||||||
versionName '1.9.0-SNAPSHOT'
|
versionName '1.8.1'
|
||||||
}
|
}
|
||||||
|
|
||||||
lintOptions {
|
lintOptions {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user