Bump rules from 1.2.0 to 1.3.0 (#1546)

Bumps rules from 1.2.0 to 1.3.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-09-10 12:43:42 +02:00 committed by GitHub
parent 857c599061
commit 70e7057c6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.google.dagger:dagger:2.28.3'
annotationProcessor "com.google.dagger:dagger-compiler:2.28.3"
androidTestImplementation 'androidx.test:rules:1.2.0'
androidTestImplementation 'androidx.test:rules:1.3.0'
androidTestImplementation 'androidx.annotation:annotation:1.1.0'
}