mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.13.0] - 2020-10-22
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Some classes of errors would be swallowed by an unhelpful 'Invalid remote: origin' message
|
- Some classes of errors would be swallowed by an unhelpful 'Invalid remote: origin' message
|
||||||
@@ -368,7 +370,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.12.1...HEAD
|
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.0...HEAD
|
||||||
|
|
||||||
|
[1.13.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.12.1...v1.13.0
|
||||||
|
|
||||||
[1.12.1]: https://github.com/android-password-store/Android-Password-Store/compare/v1.12.0...v1.12.1
|
[1.12.1]: https://github.com/android-password-store/Android-Password-Store/compare/v1.12.0...v1.12.1
|
||||||
|
|
||||||
|
@@ -35,8 +35,8 @@ android {
|
|||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = "dev.msfjarvis.aps"
|
applicationId = "dev.msfjarvis.aps"
|
||||||
versionCode = 11211
|
versionCode = 11300
|
||||||
versionName = "1.13.0-SNAPSHOT"
|
versionName = "1.13.0"
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user