We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b12be19 commit 0850f24Copy full SHA for 0850f24
1 file changed
dConnectDevicePlugin/dConnectDeviceAndroidWear/wear-app/build.gradle
@@ -47,14 +47,4 @@ dependencies {
47
compileOnly 'com.google.android.wearable:wearable:2.5.0'
48
49
implementation 'com.google.android.gms:play-services-wearable:17.0.0'
50
-}
51
-configurations.all {
52
- resolutionStrategy.eachDependency { DependencyResolveDetails details ->
53
- def requested = details.requested
54
- if (requested.group == 'com.android.support') {
55
- if (!requested.name.startsWith("multidex")) {
56
- details.useVersion '27.1.1'
57
- }
58
59
60
}
0 commit comments