Skip to content

Commit

Permalink
Bump AutoValue and AutoService versions (#538)
Browse files Browse the repository at this point in the history
A key benefit here is that these recent versions support Gradle incremental compilation.
  • Loading branch information
msridhar authored Jan 3, 2022
1 parent 65410d1 commit 9228f59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ def versions = [
support : "27.1.1",
wala : "1.5.4",
commonscli : "1.4",
autoValue : "1.6.2",
autoService : "1.0-rc7",
autoValue : "1.9",
autoService : "1.0.1",
]

def apt = [
Expand Down

0 comments on commit 9228f59

Please sign in to comment.