diff --git a/app/build.gradle b/app/build.gradle index 922a34621..78dca2815 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 diff --git a/docs/release-notes.md b/docs/release-notes.md index ed61d7fa0..1386b5641 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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.