Enable minification for release builds

This commit is contained in:
Grishka
2022-03-29 10:38:38 +03:00
parent cd4fc107e1
commit fa9112e117
3 changed files with 28 additions and 4 deletions

View File

@@ -204,6 +204,7 @@
android:background="@drawable/edit_text_border"
android:inputType="textPersonName|textCapWords"
android:visibility="gone"
android:elevation="0dp"
tools:text="Eugen" />
<EditText
@@ -218,6 +219,7 @@
android:background="@drawable/edit_text_border"
android:inputType="textMultiLine|textCapSentences"
android:visibility="gone"
android:elevation="0dp"
tools:text="Founder, CEO and lead developer @Mastodon, Germany." />
</RelativeLayout>