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

Commit

Permalink
Release notes v3.3.0 RC 2 (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliserichards committed Dec 13, 2019
1 parent 924d1ba commit 3bae6a2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
minSdkVersion 24
//noinspection OldTargetApi
targetSdkVersion 28
versionCode 5658
versionCode 5783
versionName "3.3.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
// The following argument makes the Android Test Orchestrator run its
Expand Down
14 changes: 14 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Release Notes

## 3.3.0 (Build 5783)

Stability and UI cleanup.

All changes since version 3.2.0:

- Bump the required Android Components version to 19.0.1 (#1070)
- Update ui tests (#1083)
- Fix interrupts causing the app to go to the item list. (#1075)
- UX cleanup part deux (#1071)
- Introduce Glean SDK (#1085)
- Metadata cleanups for datastore and autofill. (#1102)
- Localization updates (#1110)

## 3.3.0 (Build 5658)

Stability and UI cleanup.
Expand Down

0 comments on commit 3bae6a2

Please sign in to comment.