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

Commit

Permalink
Increase version number to 4.0.2 and update release notes (#1227)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliserichards committed Sep 23, 2020
1 parent 6ec261d commit 20fdfe4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -22,8 +22,8 @@ android {
minSdkVersion 24
//noinspection OldTargetApi
targetSdkVersion 28
versionCode 6347
versionName "4.0.1"
versionCode 6460
versionName "4.0.2"
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
8 changes: 8 additions & 0 deletions docs/release-notes.md
@@ -1,5 +1,13 @@
# Release Notes

## 4.0.2 (Build 6460)

Adds a fix for an autofill failure on Android 11.

Changes since last build:

- Fixes a 'null' toast on autofill failure on Android 11 (#1219)

## 4.0.1 (Build 6347)

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.
Expand Down

0 comments on commit 20fdfe4

Please sign in to comment.