v 1.8.15 fixed crash
Signed-off-by: nuclearfog <hatespirit666@gmail.com>
This commit is contained in:
parent
e71b7110ce
commit
be1af541ca
@ -9,8 +9,8 @@ android {
|
|||||||
applicationId 'org.nuclearfog.twidda'
|
applicationId 'org.nuclearfog.twidda'
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 38
|
versionCode 39
|
||||||
versionName '1.8.14'
|
versionName '1.8.15'
|
||||||
// limiting language support for smaller APK size
|
// limiting language support for smaller APK size
|
||||||
resConfigs 'en', 'de-rDE', 'zh-rCN'
|
resConfigs 'en', 'de-rDE', 'zh-rCN'
|
||||||
vectorDrawables.useSupportLibrary true
|
vectorDrawables.useSupportLibrary true
|
||||||
|
@ -82,6 +82,7 @@
|
|||||||
app:layout_constraintTop_toTopOf="@+id/edit_pb" />
|
app:layout_constraintTop_toTopOf="@+id/edit_pb" />
|
||||||
|
|
||||||
<ScrollView
|
<ScrollView
|
||||||
|
android:id="@+id/editprofile_scroll"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:layout_marginTop="@dimen/editprofile_scrollview_margin"
|
android:layout_marginTop="@dimen/editprofile_scrollview_margin"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user