Skip to content

Commit

Permalink
[Bump] Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Glovo Renovate Bot committed Jun 8, 2022
1 parent b75e88a commit 73a2fc1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:7.2.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21")
classpath("com.android.tools.build:gradle:7.2.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.0")

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
16 changes: 8 additions & 8 deletions interview-base/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@ android {
}

dependencies {
implementation("androidx.appcompat:appcompat:1.4.1")
implementation("androidx.appcompat:appcompat:1.4.2")
implementation("androidx.fragment:fragment-ktx:1.4.1")
implementation("androidx.core:core-ktx:1.7.0")
implementation("androidx.core:core-ktx:1.8.0")
implementation("androidx.recyclerview:recyclerview:1.2.1")
implementation("androidx.cardview:cardview:1.0.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.3")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.1")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.4.1")
implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.4.1")
implementation("com.google.android.material:material:1.6.0")
implementation("io.reactivex.rxjava3:rxjava:3.1.4")
implementation("com.google.android.material:material:1.6.1")
implementation("io.reactivex.rxjava3:rxjava:3.1.5")
implementation("io.reactivex.rxjava3:rxandroid:3.0.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.2")
implementation("com.squareup.retrofit2:retrofit:2.9.0")
implementation("com.squareup.retrofit2:converter-gson:2.9.0")
implementation("com.squareup.retrofit2:adapter-rxjava3:2.9.0")
Expand All @@ -45,7 +45,7 @@ dependencies {
implementation("com.squareup.okhttp3:logging-interceptor:4.9.3")

testImplementation("junit:junit:4.13.2")
testImplementation("org.mockito:mockito-inline:4.5.1")
testImplementation("org.mockito:mockito-inline:4.6.1")
testImplementation("org.mockito.kotlin:mockito-kotlin:4.0.0")
testImplementation("io.mockk:mockk:1.12.4")
testImplementation("io.mockk:mockk-android:1.12.4")
Expand All @@ -56,5 +56,5 @@ dependencies {
testImplementation("androidx.test:rules:1.4.0")
testImplementation("android.arch.core:core-testing:1.1.1")
testImplementation("com.jraska.livedata:testing-ktx:1.2.0")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.2")
}

0 comments on commit 73a2fc1

Please sign in to comment.