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

Commit f7adf1d

Browse files
author
Elise Richards
committed
Release notes for v3.1.0. Increase build numbers to match. (#1040)
1 parent 313847d commit f7adf1d

2 files changed

Lines changed: 15 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 28
24-
versionCode 5215
25-
versionName "3.0.1"
24+
versionCode 5361
25+
versionName "3.1.0"
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Release Notes
22

3+
## 3.1.0 (Build 5361)
4+
5+
Improve autofill detection and increase target SDK to 28.
6+
7+
All changes since version 3.0.1:
8+
9+
- Hide soft keyboard on unlock with pin (#1024)
10+
- Fixup crash in isButton with Java/Kotlin null dereference (#1039)
11+
- Make autofill detection more robust (#1031)
12+
- Increase target sdk to 28 (#1026)
13+
- Remove color state change on hostname when clicking outside of the cardview (#1030)
14+
- Remove name field from edit view (#1025)
15+
316
## 3.0.1 (Build 5215)
417

518
Improve threading and log in keyboard experience.

0 commit comments

Comments
 (0)