Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit a025ecf

Browse files
committed
Merge branch 'release' into develop
* release: build: bump version CHANGELOG: add entries for #1142 and #1131 Temporarily work around SSHJ compatibility issues (#1142) all: refactor ActivityResultContracts usages to adhere to API requirements Signed-off-by: Harsh Shandilya <[email protected]>
2 parents 544ca59 + 38fc3c7 commit a025ecf

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ All notable changes to this project will be documented in this file.
1515
- Add GPG key selection step to onboarding flow
1616
- Allow configuring an app-wide HTTP(S) proxy
1717

18+
## [1.12.1] - 2020-10-13
19+
20+
### Fixed
21+
22+
- Certain operations like folder creation with GPG keys would fail with `java.lang.IllegalStateException`.
23+
- ECDSA key exchanges failed resulting in users being unable to clone repositories.
24+
1825
## [1.12.0] - 2020-09-24
1926

2027
### Added
@@ -358,7 +365,9 @@ All notable changes to this project will be documented in this file.
358365

359366
- Fix elements overlapping.
360367

361-
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.12.0...HEAD
368+
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.12.1...HEAD
369+
370+
[1.12.1]: https://github.com/android-password-store/Android-Password-Store/compare/v1.12.0...v1.12.1
362371

363372
[1.12.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.11.3...v1.12.0
364373

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android {
3131

3232
defaultConfig {
3333
applicationId = "dev.msfjarvis.aps"
34-
versionCode = 11201
34+
versionCode = 11211
3535
versionName = "1.13.0-SNAPSHOT"
3636
}
3737

0 commit comments

Comments
 (0)