Skip to content

Commit

Permalink
changed to 28.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuszgromada authored Dec 3, 2018
1 parent b61c59e commit c63de66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ configurations {
}

dependencies {
javadocs 'com.android.support:support-annotations:27.1.0'
javadocs 'com.android.support:exifinterface:27.1.0'
implementation 'com.android.support:support-annotations:27.1.0'
implementation 'com.android.support:exifinterface:27.1.0'
javadocs 'com.android.support:support-annotations:28.0.0'
javadocs 'com.android.support:exifinterface:28.0.0'
implementation 'com.android.support:support-annotations:28.0.0'
implementation 'com.android.support:exifinterface:28.0.0'
}

task javadoc(type: Javadoc) {
Expand Down

0 comments on commit c63de66

Please sign in to comment.