mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +00:00
Update all libraries and sdk version
This commit is contained in:
parent
dff181280d
commit
7d9ca23f09
14
build.gradle
14
build.gradle
@ -10,12 +10,12 @@ apply plugin: "kotlin-kapt"
|
||||
|
||||
android {
|
||||
|
||||
compileSdk = 31
|
||||
compileSdk = 32
|
||||
defaultConfig {
|
||||
archivesBaseName = 'droidify'
|
||||
applicationId = 'com.looker.droidify'
|
||||
minSdk = 23
|
||||
targetSdk = 31
|
||||
targetSdk = 32
|
||||
versionCode = 43
|
||||
versionName = "0.4.3"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
@ -139,14 +139,14 @@ dependencies {
|
||||
implementation 'com.google.android.material:material:1.6.0-alpha03'
|
||||
|
||||
// Coil
|
||||
implementation 'io.coil-kt:coil:2.0.0-rc01'
|
||||
implementation "io.coil-kt:coil-compose:2.0.0-rc01"
|
||||
implementation 'io.coil-kt:coil:2.0.0-rc02'
|
||||
implementation 'io.coil-kt:coil-compose:2.0.0-rc02'
|
||||
|
||||
// OkHttps
|
||||
implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.5'
|
||||
implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.6'
|
||||
|
||||
// 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 'me.zhanghai.android.fastscroll:library:1.1.7'
|
||||
@ -155,7 +155,7 @@ dependencies {
|
||||
implementation 'com.github.topjohnwu.libsu:core:3.2.1'
|
||||
|
||||
// JackSon
|
||||
implementation 'com.fasterxml.jackson.core:jackson-core:2.13.1'
|
||||
implementation 'com.fasterxml.jackson.core:jackson-core:2.13.2'
|
||||
|
||||
// Markdown
|
||||
implementation 'org.jetbrains:markdown:0.3.1'
|
||||
|
Loading…
x
Reference in New Issue
Block a user