Skip to content
This repository was archived by the owner on Dec 14, 2021. It is now read-only.

Commit ef26efb

Browse files
author
Elise Richards
committed
Release notes for 3.0.1 (build 5125) and increase build numbers.
1 parent 7573399 commit ef26efb

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ android {
2121
minSdkVersion 24
2222
//noinspection OldTargetApi
2323
targetSdkVersion 26
24-
versionCode 5177
25-
versionName "3.0.0"
24+
versionCode 5215
25+
versionName "3.0.1"
2626
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2727
// The following argument makes the Android Test Orchestrator run its
2828
// "pm clear" command after each test invocation. This command ensures

docs/release-notes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Release Notes
22

3+
## 3.0.1 (Build 5215)
4+
5+
Improve threading and log in keyboard experience.
6+
7+
All changes since version 3.0.0:
8+
9+
- Soft pan layout when keyboard is opened on webview (#929)
10+
- Update syncCredentials on the correct thread after their generation (#1012, #1013)
11+
312
## 3.0.0 (Build 5177)
413

514
Add capabilities to edit entries, delete entries, and capture new entries from autofill.

0 commit comments

Comments
 (0)