mirror of
https://github.com/nuclearfog/Shitter.git
synced 2025-02-06 05:53:25 +01:00
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'
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 30
|
||||
versionCode 38
|
||||
versionName '1.8.14'
|
||||
versionCode 39
|
||||
versionName '1.8.15'
|
||||
// limiting language support for smaller APK size
|
||||
resConfigs 'en', 'de-rDE', 'zh-rCN'
|
||||
vectorDrawables.useSupportLibrary true
|
||||
|
@ -82,6 +82,7 @@
|
||||
app:layout_constraintTop_toTopOf="@+id/edit_pb" />
|
||||
|
||||
<ScrollView
|
||||
android:id="@+id/editprofile_scroll"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:layout_marginTop="@dimen/editprofile_scrollview_margin"
|
||||
|
Loading…
x
Reference in New Issue
Block a user