Skip to content

Commit

Permalink
Merge pull request #398 from mikehardy/update-jetbrains-annotations
Browse files Browse the repository at this point in the history
Update jetbrains-annotations dependency to current
  • Loading branch information
jrodbx authored Jul 21, 2020
2 parents b68070a + c204fb6 commit 4fd8e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ buildscript {
'checks': "com.android.tools.lint:lint-checks:${versions.androidTools}",
'tests': "com.android.tools.lint:lint-tests:${versions.androidTools}",
],
annotations: 'org.jetbrains:annotations:16.0.1',
annotations: 'org.jetbrains:annotations:19.0.0',

junit: 'junit:junit:4.12',
truth: 'com.google.truth:truth:0.41',
Expand Down

0 comments on commit 4fd8e2a

Please sign in to comment.