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 Jul 26, 2023
1 parent 0bff303 commit f094f50
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:8.0.2")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.22")
classpath("com.android.tools.build:gradle:8.1.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.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 @@ -41,9 +41,9 @@ android {

dependencies {
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.fragment:fragment-ktx:1.6.0")
implementation("androidx.fragment:fragment-ktx:1.6.1")
implementation("androidx.core:core-ktx:1.10.1")
implementation("androidx.recyclerview:recyclerview:1.3.0")
implementation("androidx.recyclerview:recyclerview:1.3.1")
implementation("androidx.cardview:cardview:1.0.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
Expand All @@ -53,18 +53,18 @@ dependencies {
implementation("com.google.android.material:material:1.9.0")
implementation("io.reactivex.rxjava3:rxjava:3.1.6")
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:okhttp-urlconnection:4.11.0")
implementation("com.squareup.okhttp3:logging-interceptor:4.11.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("org.mockito:mockito-inline:4.11.0")
testImplementation("org.mockito.kotlin:mockito-kotlin:4.1.0")
testImplementation("io.mockk:mockk:1.13.5")
testImplementation("io.mockk:mockk-android:1.13.5")
testImplementation("androidx.test:runner:1.5.2")
Expand All @@ -73,6 +73,6 @@ dependencies {
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 f094f50

Please sign in to comment.