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

Compare commits

..

No commits in common. "b7100704261cfe5d3ce156171f58f91c973afc28" and "9df62a51f3a928392d1f54c750bffb3f94decaea" have entirely different histories.

View File

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