This repository was archived by the owner on Dec 14, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 "
Original file line number Diff line number Diff line change 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
519Improve autofill detection and increase target SDK to 28.
620
You can’t perform that action at this time.
0 commit comments