We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0fc3c2f + 5e2f7ec commit ace02e2Copy full SHA for ace02e2
1 file changed
owncloudApp/build.gradle
@@ -78,7 +78,7 @@ dependencies {
78
androidTestImplementation "androidx.test:runner:$androidxTest"
79
androidTestImplementation "com.github.tmurakami:dexopener:2.0.5"
80
androidTestImplementation("io.mockk:mockk-android:$ioMockk") { exclude module: "objenesis" }
81
- debugImplementation "androidx.test:monitor:1.6.0"
+ debugImplementation "androidx.test:monitor:1.6.1"
82
83
debugImplementation "androidx.fragment:fragment-testing:$androidxFragment"
84
debugImplementation "com.facebook.stetho:stetho:1.6.0"
0 commit comments