Minor fixes

This commit is contained in:
Grishka
2022-03-12 22:02:51 +03:00
parent 160b32f0e8
commit 938a6b6c78
10 changed files with 67 additions and 13 deletions

View File

@@ -5,12 +5,12 @@ plugins {
android {
compileSdk 31
buildToolsVersion "32.0.0"
buildToolsVersion "33.0.0-rc1"
defaultConfig {
applicationId "org.joinmastodon.android"
minSdk 23
targetSdk 31
versionCode 11
versionCode 12
versionName "0.1"
}
@@ -51,7 +51,7 @@ dependencies {
api 'androidx.annotation:annotation:1.3.0'
implementation 'com.squareup.okhttp3:okhttp:3.14.9'
implementation 'me.grishka.litex:recyclerview:1.2.1.1'
implementation 'me.grishka.litex:swiperefreshlayout:1.1.0'
implementation 'me.grishka.litex:swiperefreshlayout:1.1.0.1'
implementation 'me.grishka.litex:browser:1.4.0'
implementation 'me.grishka.litex:dynamicanimation:1.1.0-alpha03'
implementation 'me.grishka.litex:viewpager:1.0.0'