1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-12-23 03:11:30 +00:00

Bump support-annotations from 27.0.2 to 28.0.0 (#1340)

Bumps support-annotations from 27.0.2 to 28.0.0.
This commit is contained in:
dependabot-preview[bot] 2019-06-09 22:54:35 +01:00 committed by Audrius Butkevicius
parent e3f3b9b009
commit ff7fc29ac1

View file

@ -15,7 +15,7 @@ dependencies {
implementation 'com.google.dagger:dagger:2.14.1'
annotationProcessor "com.google.dagger:dagger-compiler:2.14.1"
androidTestImplementation 'com.android.support.test:rules:1.0.2'
androidTestImplementation 'com.android.support:support-annotations:27.0.2'
androidTestImplementation 'com.android.support:support-annotations:28.0.0'
}
android {