diff --git a/mastodon/build.gradle b/mastodon/build.gradle index a8263374..45d81ebc 100644 --- a/mastodon/build.gradle +++ b/mastodon/build.gradle @@ -13,7 +13,7 @@ android { applicationId "org.joinmastodon.android" minSdk 23 targetSdk 33 - versionCode 89 + versionCode 90 versionName "2.4.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } @@ -90,7 +90,7 @@ dependencies { implementation 'me.grishka.litex:viewpager:1.0.0' implementation 'me.grishka.litex:viewpager2:1.0.0' implementation 'me.grishka.litex:palette:1.0.0' - implementation 'me.grishka.appkit:appkit:1.2.16' + implementation 'me.grishka.appkit:appkit:1.2.17' implementation 'com.google.code.gson:gson:2.8.9' implementation 'org.jsoup:jsoup:1.14.3' implementation 'com.squareup:otto:1.3.8' diff --git a/mastodon/src/main/res/layout/poll_style.xml b/mastodon/src/main/res/layout/poll_style.xml index 5fc65dd1..eb668d47 100644 --- a/mastodon/src/main/res/layout/poll_style.xml +++ b/mastodon/src/main/res/layout/poll_style.xml @@ -7,43 +7,6 @@ android:paddingTop="8dp" android:paddingHorizontal="8dp"> - - - - - - - - + + + + + + + + \ No newline at end of file