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

Commit

Permalink
Release notes for v3.1.0. Increase build numbers to match. (#1040)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elise Richards committed Oct 31, 2019
1 parent 313847d commit f7adf1d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
minSdkVersion 24
//noinspection OldTargetApi
targetSdkVersion 28
versionCode 5215
versionName "3.0.1"
versionCode 5361
versionName "3.1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
// The following argument makes the Android Test Orchestrator run its
// "pm clear" command after each test invocation. This command ensures
Expand Down
13 changes: 13 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Release Notes

## 3.1.0 (Build 5361)

Improve autofill detection and increase target SDK to 28.

All changes since version 3.0.1:

- Hide soft keyboard on unlock with pin (#1024)
- Fixup crash in isButton with Java/Kotlin null dereference (#1039)
- Make autofill detection more robust (#1031)
- Increase target sdk to 28 (#1026)
- Remove color state change on hostname when clicking outside of the cardview (#1030)
- Remove name field from edit view (#1025)

## 3.0.1 (Build 5215)

Improve threading and log in keyboard experience.
Expand Down

0 comments on commit f7adf1d

Please sign in to comment.