Skip to content

Commit

Permalink
ThreeTenABP to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Jul 10, 2019
1 parent a28e48a commit 47efabe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion samples/generated-code/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
implementation "com.squareup.retrofit2:adapter-rxjava2:2.5.0"

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

// RxJava
implementation "io.reactivex.rxjava2:rxjava:2.2.9"
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 @@ -41,7 +41,7 @@ dependencies {
implementation "com.squareup.retrofit2:adapter-rxjava2:2.5.0"

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

// RxJava
implementation "io.reactivex.rxjava2:rxjava:2.2.9"
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 @@ -41,7 +41,7 @@ dependencies {
implementation "com.squareup.retrofit2:adapter-rxjava2:2.5.0"

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

// RxJava
implementation "io.reactivex.rxjava2:rxjava:2.2.9"
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 @@ -27,7 +27,7 @@ dependencies {
implementation("com.squareup.retrofit2:adapter-rxjava2:2.5.0")

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

// RxJava
implementation("io.reactivex.rxjava2:rxjava:2.2.9")
Expand Down

0 comments on commit 47efabe

Please sign in to comment.