Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jayohms committed Aug 29, 2023
1 parent 589d7b7 commit 17c78e9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions turbo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'org.jetbrains.kotlin:kotlin-reflect:1.8.0'
implementation 'com.google.android.material:material:1.8.0'
implementation 'org.jetbrains.kotlin:kotlin-reflect:1.9.0'
implementation 'com.google.android.material:material:1.9.0'

// AndroidX
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
Expand All @@ -91,12 +91,12 @@ dependencies {
implementation 'com.google.code.gson:gson:2.10.1'

// Networking/API
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0'
implementation 'com.squareup.okhttp3:okhttp:4.11.0'
implementation 'com.squareup.okhttp3:logging-interceptor:4.11.0'

// Coroutines
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3'

// Exported AndroidX dependencies
api 'androidx.appcompat:appcompat:1.6.1'
Expand All @@ -111,12 +111,12 @@ dependencies {
testImplementation 'androidx.test:core:1.5.0' // Robolectric
testImplementation 'androidx.navigation:navigation-testing:2.5.3'
testImplementation 'androidx.arch.core:core-testing:2.2.0'
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4'
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3'
testImplementation 'org.assertj:assertj-core:3.24.2'
testImplementation 'org.robolectric:robolectric:4.9.2'
testImplementation 'org.mockito:mockito-core:4.11.0'
testImplementation 'org.mockito:mockito-core:5.2.0'
testImplementation 'com.nhaarman:mockito-kotlin:1.6.0'
testImplementation 'com.squareup.okhttp3:mockwebserver:4.10.0'
testImplementation 'com.squareup.okhttp3:mockwebserver:4.11.0'
testImplementation 'junit:junit:4.13.2'
}

Expand Down

0 comments on commit 17c78e9

Please # to comment.