Skip to content

Commit

Permalink
Update support annotations
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Ruesga <[email protected]>
  • Loading branch information
jruesga committed Sep 27, 2018
1 parent a1b0c86 commit e566f17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ dependencies {
implementation "me.saket:better-link-movement-method:${libraries.better_link_movement_method}"

// NOTE: Required for libraries generating old source (Glide, ...). Remove when no were required anymore
implementation 'com.android.support:support-annotations:27.1.1'
annotationProcessor 'com.android.support:support-annotations:27.1.1'
implementation 'com.android.support:support-annotations:28.0.0'
annotationProcessor 'com.android.support:support-annotations:28.0.0'
}

android {
Expand Down

0 comments on commit e566f17

Please sign in to comment.