mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-25 04:35:12 +00:00
bumped deps
This commit is contained in:
parent
26bf0a90d7
commit
af9524fb2e
2 changed files with 12 additions and 12 deletions
|
@ -44,9 +44,9 @@ dependencies {
|
|||
implementation(kotlin("reflect"))
|
||||
implementation("androidx.core:core-ktx:1.3.2")
|
||||
implementation("androidx.appcompat:appcompat:1.2.0")
|
||||
implementation("com.google.android.material:material:1.3.0-rc01")
|
||||
implementation("com.google.android.material:material:1.3.0")
|
||||
|
||||
//https://developer.android.com/jetpack/androidx/releases/lifecycle
|
||||
implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.2.0")
|
||||
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0")
|
||||
implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.3.0")
|
||||
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.0")
|
||||
}
|
|
@ -55,10 +55,10 @@ dependencies {
|
|||
implementation(kotlin("stdlib"))
|
||||
implementation("androidx.appcompat:appcompat:1.2.0")
|
||||
implementation("androidx.core:core-ktx:1.3.2")
|
||||
implementation("androidx.fragment:fragment-ktx:1.2.5")
|
||||
implementation("androidx.lifecycle:lifecycle-livedata-core-ktx:2.2.0")
|
||||
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0")
|
||||
implementation("com.google.android.material:material:1.3.0-rc01")
|
||||
implementation("androidx.fragment:fragment-ktx:1.3.0")
|
||||
implementation("androidx.lifecycle:lifecycle-livedata-core-ktx:2.3.0")
|
||||
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.0")
|
||||
implementation("com.google.android.material:material:1.3.0")
|
||||
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
|
||||
|
||||
implementation("com.squareup.retrofit2:retrofit:2.9.0")
|
||||
|
@ -75,12 +75,12 @@ dependencies {
|
|||
implementation("org.koin:koin-android-viewmodel:2.2.1")
|
||||
implementation("org.koin:koin-android-ext:2.2.1")
|
||||
|
||||
testImplementation("io.kotest:kotest-runner-junit5:4.4.0.RC1")
|
||||
testImplementation("io.kotest:kotest-assertions-core:4.4.0.RC1")
|
||||
testImplementation("io.kotest:kotest-property:4.4.0.RC1")
|
||||
testImplementation("io.mockk:mockk:1.10.5")
|
||||
testImplementation("io.kotest:kotest-runner-junit5:4.4.1")
|
||||
testImplementation("io.kotest:kotest-assertions-core:4.4.1")
|
||||
testImplementation("io.kotest:kotest-property:4.4.1")
|
||||
testImplementation("io.mockk:mockk:1.10.6")
|
||||
|
||||
androidTestImplementation("io.mockk:mockk-android:1.10.5")
|
||||
androidTestImplementation("io.mockk:mockk-android:1.10.6")
|
||||
androidTestImplementation("androidx.test:core:1.3.0")
|
||||
androidTestImplementation("androidx.test:runner:1.3.0")
|
||||
androidTestImplementation("androidx.test:rules:1.3.0")
|
||||
|
|
Loading…
Reference in a new issue