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

Commit edead0e

Browse files
author
Elise Richards
committed
Release notes v3.2.0 (#1065)
1 parent 9c8d13d commit edead0e

3 files changed

Lines changed: 18 additions & 4 deletions

File tree

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 5361
25-
versionName "3.1.0"
24+
versionCode 5522
25+
versionName "3.2.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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ buildscript {
3333
}
3434
}
3535
dependencies {
36-
classpath 'com.android.tools.build:gradle:3.5.1'
36+
classpath 'com.android.tools.build:gradle:3.5.2'
3737
//noinspection DifferentKotlinGradleVersion
3838
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
3939
classpath "io.sentry:sentry-android-gradle-plugin:$sentry_version"

docs/release-notes.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Release Notes
22

3-
## 3.1.0 (Build 5361)
3+
## 3.2.0 (Build 5522)
4+
5+
Stability and UI cleanup.
6+
7+
All changes since version 3.1.0:
8+
9+
- Search bar text handles have violet background (#1035)
10+
- Reconcile l10n strings for translation #1020
11+
- Close keyboard when exiting feedback form (#1057)
12+
- Update ---feature.md (#1063)
13+
- The device back button doesn't have the same functionality with the X button in Edit Login Mode (994)
14+
- Remove "name" field from the edit view (#1010)
15+
- Whooops! Wrong URL displayed when accessing Learn More from Lockwise settings (#1048)
16+
17+
## 3.1.0 (Build 5356)
418

519
Improve autofill detection and increase target SDK to 28.
620

0 commit comments

Comments
 (0)