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.2.0 (#1065)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elise Richards committed Nov 15, 2019
1 parent 9c8d13d commit edead0e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 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 5361
versionName "3.1.0"
versionCode 5522
versionName "3.2.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
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ buildscript {
}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.1'
classpath 'com.android.tools.build:gradle:3.5.2'
//noinspection DifferentKotlinGradleVersion
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "io.sentry:sentry-android-gradle-plugin:$sentry_version"
Expand Down
16 changes: 15 additions & 1 deletion docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Release Notes

## 3.1.0 (Build 5361)
## 3.2.0 (Build 5522)

Stability and UI cleanup.

All changes since version 3.1.0:

- Search bar text handles have violet background (#1035)
- Reconcile l10n strings for translation #1020
- Close keyboard when exiting feedback form (#1057)
- Update ---feature.md (#1063)
- The device back button doesn't have the same functionality with the X button in Edit Login Mode (994)
- Remove "name" field from the edit view (#1010)
- Whooops! Wrong URL displayed when accessing Learn More from Lockwise settings (#1048)

## 3.1.0 (Build 5356)

Improve autofill detection and increase target SDK to 28.

Expand Down

0 comments on commit edead0e

Please sign in to comment.