Skip to content

Commit 0850f24

Browse files
Multidexのライブラリ除外処理を削除。
1 parent b12be19 commit 0850f24

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

  • dConnectDevicePlugin/dConnectDeviceAndroidWear/wear-app

dConnectDevicePlugin/dConnectDeviceAndroidWear/wear-app/build.gradle

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,4 @@ dependencies {
4747
compileOnly 'com.google.android.wearable:wearable:2.5.0'
4848

4949
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-
}
6050
}

0 commit comments

Comments
 (0)