Remove JCenter dependencies

This commit is contained in:
Pascal Hartig
2021-05-21 13:03:16 +01:00
parent 6f29cfeaea
commit f242137c5d
4 changed files with 6 additions and 7 deletions

View File

@@ -52,9 +52,9 @@ android {
}
dependencies {
implementation 'com.google.code.findbugs:jsr305:3.0.1'
implementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation project(':yoga:proguard-annotations')
implementation 'com.facebook.soloader:soloader:0.5.1'
implementation 'com.facebook.soloader:soloader:0.10.1'
testImplementation 'junit:junit:4.12'
testImplementation project(':testutil')
}