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

Commit f16ca3f

Browse files
author
Elise Richards
committed
Increase version number to 3.3.0 and add release notes (#1091)
1 parent ea0c935 commit f16ca3f

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ android {
2121
minSdkVersion 24
2222
//noinspection OldTargetApi
2323
targetSdkVersion 28
24-
versionCode 5522
25-
versionName "3.2.0"
24+
versionCode 5658
25+
versionName "3.3.0"
2626
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2727
// The following argument makes the Android Test Orchestrator run its
2828
// "pm clear" command after each test invocation. This command ensures

docs/release-notes.md

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

3+
## 3.3.0 (Build 5658)
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+
314
## 3.2.0 (Build 5522)
415

516
Stability and UI cleanup.

0 commit comments

Comments
 (0)