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

Commit 20fdfe4

Browse files
author
Elise Richards
authored
Increase version number to 4.0.2 and update release notes (#1227)
1 parent 6ec261d commit 20fdfe4

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ android {
2222
minSdkVersion 24
2323
//noinspection OldTargetApi
2424
targetSdkVersion 28
25-
versionCode 6347
26-
versionName "4.0.1"
25+
versionCode 6460
26+
versionName "4.0.2"
2727
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2828
// The following argument makes the Android Test Orchestrator run its
2929
// "pm clear" command after each test invocation. This command ensures

docs/release-notes.md

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

3+
## 4.0.2 (Build 6460)
4+
5+
Adds a fix for an autofill failure on Android 11.
6+
7+
Changes since last build:
8+
9+
- Fixes a 'null' toast on autofill failure on Android 11 (#1219)
10+
311
## 4.0.1 (Build 6347)
412

513
Add the ability for users to control their tracked telemetry (linked through legacy telemetry client id) and prevent any further telemetry from being tracked for their account when they opt out.

0 commit comments

Comments
 (0)