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 Nov 24, 2023
1 parent 0bff303 commit 810a50d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 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:8.0.2")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.22")
classpath("com.android.tools.build:gradle:8.1.4")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21")

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

dependencies {
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.fragment:fragment-ktx:1.6.0")
implementation("androidx.core:core-ktx:1.10.1")
implementation("androidx.recyclerview:recyclerview:1.3.0")
implementation("androidx.fragment:fragment-ktx:1.6.2")
implementation("androidx.core:core-ktx:1.12.0")
implementation("androidx.recyclerview:recyclerview:1.3.2")
implementation("androidx.cardview:cardview:1.0.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.1")
implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.6.1")
implementation("com.google.android.material:material:1.9.0")
implementation("io.reactivex.rxjava3:rxjava:3.1.6")
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.2")
implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.6.2")
implementation("com.google.android.material:material:1.10.0")
implementation("io.reactivex.rxjava3:rxjava:3.1.8")
implementation("io.reactivex.rxjava3:rxandroid:3.0.2")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3")
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")
implementation("com.google.code.gson:gson:2.10.1")
implementation("com.squareup.okhttp3:okhttp:4.11.0")
implementation("com.squareup.okhttp3:okhttp-urlconnection:4.9.3")
implementation("com.squareup.okhttp3:logging-interceptor:4.11.0")
implementation("com.squareup.okhttp3:okhttp:4.12.0")
implementation("com.squareup.okhttp3:okhttp-urlconnection:4.12.0")
implementation("com.squareup.okhttp3:logging-interceptor:4.12.0")

testImplementation("junit:junit:4.13.2")
testImplementation("org.mockito:mockito-inline:4.5.1")
testImplementation("org.mockito.kotlin:mockito-kotlin:4.0.0")
testImplementation("io.mockk:mockk:1.13.5")
testImplementation("io.mockk:mockk-android:1.13.5")
testImplementation("org.mockito:mockito-inline:4.11.0")
testImplementation("org.mockito.kotlin:mockito-kotlin:4.1.0")
testImplementation("io.mockk:mockk:1.13.8")
testImplementation("io.mockk:mockk-android:1.13.8")
testImplementation("androidx.test:runner:1.5.2")
testImplementation("androidx.test.ext:junit:1.1.5")
testImplementation("androidx.test.espresso:espresso-core:3.5.1")
testImplementation("androidx.test:core:1.5.0")
testImplementation("androidx.test:rules:1.5.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.4")
testImplementation("com.jraska.livedata:testing-ktx:1.3.0")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")
}

0 comments on commit 810a50d

Please sign in to comment.