Skip to content

Commit

Permalink
ThreeTenABP to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Jan 20, 2020
1 parent 0d0c411 commit 8e360ea
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion samples/generated-code/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
implementation "com.squareup.retrofit2:adapter-rxjava2:2.7.1"

// Date Support
implementation "com.jakewharton.threetenabp:threetenabp:1.2.1"
implementation "com.jakewharton.threetenabp:threetenabp:1.2.2"

// RxJava
implementation "io.reactivex.rxjava2:rxjava:2.2.11"
Expand Down
2 changes: 1 addition & 1 deletion samples/groovy-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
implementation "com.squareup.retrofit2:adapter-rxjava2:2.7.1"

// Date Support
implementation "com.jakewharton.threetenabp:threetenabp:1.2.1"
implementation "com.jakewharton.threetenabp:threetenabp:1.2.2"

// RxJava
implementation "io.reactivex.rxjava2:rxjava:2.2.11"
Expand Down
2 changes: 1 addition & 1 deletion samples/junit-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
implementation "com.squareup.retrofit2:adapter-rxjava2:2.7.1"

// Date Support
implementation "com.jakewharton.threetenabp:threetenabp:1.2.1"
implementation "com.jakewharton.threetenabp:threetenabp:1.2.2"

// RxJava
implementation "io.reactivex.rxjava2:rxjava:2.2.11"
Expand Down
2 changes: 1 addition & 1 deletion samples/kotlin-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation("com.squareup.retrofit2:adapter-rxjava2:2.7.1")

// Date Support
implementation("com.jakewharton.threetenabp:threetenabp:1.2.1")
implementation("com.jakewharton.threetenabp:threetenabp:1.2.2")

// RxJava
implementation("io.reactivex.rxjava2:rxjava:2.2.11")
Expand Down
2 changes: 1 addition & 1 deletion samples/kotlin-coroutines/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
implementation "com.squareup.retrofit2:converter-moshi:2.7.1"

// Date Support
implementation "com.jakewharton.threetenabp:threetenabp:1.2.1"
implementation "com.jakewharton.threetenabp:threetenabp:1.2.2"

// Testing Dependencies
testImplementation "junit:junit:4.12"
Expand Down

0 comments on commit 8e360ea

Please sign in to comment.