From e72038f6f167bf5efc3cf292267ae4c2b6313672 Mon Sep 17 00:00:00 2001 From: حسين Date: Thu, 25 Oct 2018 12:03:58 +0100 Subject: extra field is multi-line --- app/src/main/res/layout/encrypt_layout.xml | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/encrypt_layout.xml b/app/src/main/res/layout/encrypt_layout.xml index 145508b9..39cfb80e 100644 --- a/app/src/main/res/layout/encrypt_layout.xml +++ b/app/src/main/res/layout/encrypt_layout.xml @@ -84,7 +84,7 @@ android:layout_height="fill_parent" android:hint="@string/crypto_extra_edit_hint" android:enabled="true" - android:inputType="textVisiblePassword" + android:inputType="textMultiLine|textVisiblePassword" android:typeface="monospace" android:visibility="visible" /> diff --git a/build.gradle b/build.gradle index d0519e58..7bd17efe 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:3.2.0' + classpath 'com.android.tools.build:gradle:3.2.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong -- cgit v1.2.3