Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Commit

Permalink
Update dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmook committed Jun 19, 2019
1 parent b780735 commit e8ef59e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
classpath("com.android.tools.build:gradle:3.4.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.31")
classpath("org.jetbrains.dokka:dokka-gradle-plugin:0.9.18")
classpath("org.owasp:dependency-check-gradle:5.0.0-M3.1")
classpath("org.owasp:dependency-check-gradle:5.0.0")
classpath("org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.8.3")
classpath("com.novoda:bintray-release:0.9.1")
}
Expand Down
6 changes: 3 additions & 3 deletions lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ dependencies {

implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.2.1")

implementation("com.squareup.retrofit2:retrofit:2.5.0")
implementation("com.squareup.retrofit2:converter-gson:2.5.0")
testImplementation("com.squareup.retrofit2:retrofit-mock:2.5.0")
implementation("com.squareup.retrofit2:retrofit:2.6.0")
implementation("com.squareup.retrofit2:converter-gson:2.6.0")
testImplementation("com.squareup.retrofit2:retrofit-mock:2.6.0")

testImplementation("junit:junit:4.12")
testImplementation("org.mockito:mockito-core:2.28.2")
Expand Down
8 changes: 4 additions & 4 deletions sampleapp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ dependencies {
implementation(project(":android"))
implementation(kotlin("stdlib-jdk7"))
implementation("androidx.appcompat:appcompat:1.0.2")
implementation("androidx.constraintlayout:constraintlayout:2.0.0-beta1")
implementation("androidx.constraintlayout:constraintlayout:2.0.0-beta2")
implementation("com.google.android.material:material:1.1.0-alpha07")
implementation("com.google.android.gms:play-services-base:16.1.0")
implementation("com.squareup.retrofit2:retrofit:2.5.0")
implementation("com.squareup.retrofit2:converter-gson:2.5.0")
implementation("com.google.android.gms:play-services-base:17.0.0")
implementation("com.squareup.retrofit2:retrofit:2.6.0")
implementation("com.squareup.retrofit2:converter-gson:2.6.0")
implementation("androidx.legacy:legacy-support-v4:1.0.0")
implementation("androidx.lifecycle:lifecycle-extensions:2.0.0")
implementation("androidx.lifecycle:lifecycle-livedata:2.0.0")
Expand Down

0 comments on commit e8ef59e

Please sign in to comment.