Update all libraries and sdk version

This commit is contained in:
LooKeR 2022-03-22 18:16:48 +05:30
parent dff181280d
commit 7d9ca23f09

View File

@ -10,12 +10,12 @@ apply plugin: "kotlin-kapt"
android { android {
compileSdk = 31 compileSdk = 32
defaultConfig { defaultConfig {
archivesBaseName = 'droidify' archivesBaseName = 'droidify'
applicationId = 'com.looker.droidify' applicationId = 'com.looker.droidify'
minSdk = 23 minSdk = 23
targetSdk = 31 targetSdk = 32
versionCode = 43 versionCode = 43
versionName = "0.4.3" versionName = "0.4.3"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
@ -139,14 +139,14 @@ dependencies {
implementation 'com.google.android.material:material:1.6.0-alpha03' implementation 'com.google.android.material:material:1.6.0-alpha03'
// Coil // Coil
implementation 'io.coil-kt:coil:2.0.0-rc01' implementation 'io.coil-kt:coil:2.0.0-rc02'
implementation "io.coil-kt:coil-compose:2.0.0-rc01" implementation 'io.coil-kt:coil-compose:2.0.0-rc02'
// OkHttps // OkHttps
implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.5' implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.6'
// RxJava // RxJava
implementation 'io.reactivex.rxjava3:rxjava:3.1.3' implementation 'io.reactivex.rxjava3:rxjava:3.1.4'
implementation 'io.reactivex.rxjava3:rxandroid:3.0.0' implementation 'io.reactivex.rxjava3:rxandroid:3.0.0'
implementation 'me.zhanghai.android.fastscroll:library:1.1.7' implementation 'me.zhanghai.android.fastscroll:library:1.1.7'
@ -155,7 +155,7 @@ dependencies {
implementation 'com.github.topjohnwu.libsu:core:3.2.1' implementation 'com.github.topjohnwu.libsu:core:3.2.1'
// JackSon // JackSon
implementation 'com.fasterxml.jackson.core:jackson-core:2.13.1' implementation 'com.fasterxml.jackson.core:jackson-core:2.13.2'
// Markdown // Markdown
implementation 'org.jetbrains:markdown:0.3.1' implementation 'org.jetbrains:markdown:0.3.1'