diff options
-rw-r--r-- | app/src/main/res/layout/encrypt_layout.xml | 2 | ||||
-rw-r--r-- | 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" /> </LinearLayout> 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 |