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 3.3.0 and add release notes (#1091)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elise Richards committed Nov 26, 2019
1 parent ea0c935 commit f16ca3f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
minSdkVersion 24
//noinspection OldTargetApi
targetSdkVersion 28
versionCode 5522
versionName "3.2.0"
versionCode 5658
versionName "3.3.0"
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
11 changes: 11 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release Notes

## 3.3.0 (Build 5658)

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)

## 3.2.0 (Build 5522)

Stability and UI cleanup.
Expand Down

0 comments on commit f16ca3f

Please sign in to comment.