mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 11:22:12 +00:00
Update: Downgrade OkHttp3 version 5.0.0-alpha.2 -> 4.9.2
Update: Move VectorDrawable Library to defaultConfig
This commit is contained in:
parent
1aff7b33bc
commit
8f6429cfc1
@ -28,6 +28,7 @@ android {
|
||||
targetSdk = 31
|
||||
versionCode = 36
|
||||
versionName = "0.3.6"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
|
||||
sourceSets.all {
|
||||
@ -123,7 +124,6 @@ dependencies {
|
||||
implementation 'androidx.appcompat:appcompat:1.4.0-rc01'
|
||||
implementation 'androidx.viewpager2:viewpager2:1.0.0'
|
||||
implementation 'androidx.fragment:fragment-ktx:1.4.0-beta01'
|
||||
implementation 'androidx.vectordrawable:vectordrawable:1.1.0'
|
||||
implementation 'com.google.android.material:material:1.5.0-alpha05'
|
||||
|
||||
// Backend
|
||||
@ -132,7 +132,7 @@ dependencies {
|
||||
implementation 'io.reactivex.rxjava3:rxjava:3.1.1'
|
||||
implementation 'io.reactivex.rxjava3:rxandroid:3.0.0'
|
||||
implementation 'com.fasterxml.jackson.core:jackson-core:2.13.0'
|
||||
implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.2'
|
||||
implementation 'com.squareup.okhttp3:okhttp:4.9.2'
|
||||
implementation 'com.github.topjohnwu.libsu:core:3.1.2'
|
||||
implementation 'androidx.room:room-runtime:2.3.0'
|
||||
implementation 'androidx.room:room-ktx:2.3.0'
|
||||
|
Loading…
x
Reference in New Issue
Block a user