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

Commit 3bae6a2

Browse files
author
Elise Richards
committed
Release notes v3.3.0 RC 2 (#1112)
1 parent 924d1ba commit 3bae6a2

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222
minSdkVersion 24
2323
//noinspection OldTargetApi
2424
targetSdkVersion 28
25-
versionCode 5658
25+
versionCode 5783
2626
versionName "3.3.0"
2727
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2828
// The following argument makes the Android Test Orchestrator run its

docs/release-notes.md

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

3+
## 3.3.0 (Build 5783)
4+
5+
Stability and UI cleanup.
6+
7+
All changes since version 3.2.0:
8+
9+
- Bump the required Android Components version to 19.0.1 (#1070)
10+
- Update ui tests (#1083)
11+
- Fix interrupts causing the app to go to the item list. (#1075)
12+
- UX cleanup part deux (#1071)
13+
- Introduce Glean SDK (#1085)
14+
- Metadata cleanups for datastore and autofill. (#1102)
15+
- Localization updates (#1110)
16+
317
## 3.3.0 (Build 5658)
418

519
Stability and UI cleanup.

0 commit comments

Comments
 (0)