We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf8771a commit da4707cCopy full SHA for da4707c
1 file changed
app/build.gradle
@@ -54,6 +54,6 @@ dependencies {
54
androidTestImplementation 'com.android.support.test:runner:1.0.2'
55
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
56
57
- implementation 'com.github.commonprogress:PushAll:v1.1.0'
58
-// implementation project(path: ':dongxlpush')
+// implementation 'com.github.commonprogress:PushAll:v1.1.0'
+ implementation project(path: ':dongxlpush')
59
}
0 commit comments