1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-09-08 00:17:25 +00:00

Compare commits

..

No commits in common. "2c225d8e66583ede152c75d6fbb585182187a98b" and "0ea053d6120313dfa313b8d19854cda259d6649f" have entirely different histories.

View File

@ -16,7 +16,7 @@ dependencies {
kapt "com.squareup.moshi:moshi-kotlin-codegen:$moshiVersion"
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.robolectric:robolectric:4.9'
testImplementation 'org.robolectric:robolectric:4.8.1'
debugImplementation 'com.facebook.stetho:stetho-okhttp3:1.6.0'
}