Use androidx.annotation 1.1.0

This commit is contained in:
ligi 2019-10-28 23:11:51 +09:00
parent 1c8c5a254f
commit c0196680a0
No known key found for this signature in database
GPG key ID: 8E81894010ABF23D

View file

@ -173,7 +173,7 @@ dependencies {
implementation 'com.chibatching.kotpref:kotpref:2.9.2'
implementation 'com.chibatching.kotpref:initializer:2.9.2'
testImplementation 'androidx.annotation:annotation:1.0.2'
testImplementation 'androidx.annotation:annotation:1.1.0'
testImplementation 'com.squareup.assertj:assertj-android:1.2.0'
testImplementation 'junit:junit:4.12'
testImplementation "org.mockito:mockito-core:$mockito_version"