Skip to content

Commit

Permalink
Merge pull request #80 from usefulness/udpates
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski authored Oct 31, 2022
2 parents a175f6e + 433463e commit a98b4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lazythreetenbp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ tasks.named("generateLazyZoneRules") {
dependencies {
tickTockCompiler libs.ticktock.compiler
compileOnly libs.annotation.core
implementation(libs.threetenbp.core) { artifact { classifier = 'no-tzdb' } }
implementation("org.threeten:threetenbp:1.6.4:no-tzdb")

androidTestImplementation libs.junit.core
androidTestImplementation libs.truth.core
Expand Down

0 comments on commit a98b4be

Please sign in to comment.