Skip to content

Commit 8081a44

Browse files
authored
Removed dummy tests and unused dependencies from Widget sample (#44)
1 parent 5be13fe commit 8081a44

4 files changed

Lines changed: 0 additions & 54 deletions

File tree

Widget/app/src/androidTest/java/com/microsoft/device/display/samples/widget/ExampleInstrumentedTest.kt

Lines changed: 0 additions & 22 deletions
This file was deleted.

Widget/app/src/test/java/com/microsoft/device/display/samples/widget/ExampleUnitTest.kt

Lines changed: 0 additions & 16 deletions
This file was deleted.

Widget/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ allprojects {
2525
repositories {
2626
google()
2727
jcenter()
28-
29-
maven {
30-
url config.duoSdkUrl
31-
}
3228
}
3329
apply from: "$rootDir/ktlint.gradle"
3430

Widget/dependencies.gradle

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,9 @@ ext {
1212
targetSdkVersion = compileSdkVersion
1313
minSdkVersion = compileSdkVersion
1414

15-
//Surface Duo
16-
duo_url = "https://pkgs.dev.azure.com/MicrosoftDeviceSDK/DuoSDK-Public/_packaging/Duo-SDK-Feed/maven/v1"
17-
1815
config = [
1916
gradlePlugin : "com.android.tools.build:gradle:$gradlePluginVersion",
2017
kotlinGradlePlugin : "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion",
21-
duoSdkUrl :
22-
"https://pkgs.dev.azure.com/MicrosoftDeviceSDK/DuoSDK-Public/_packaging/Duo-SDK-Feed/maven/v1",
2318
testInstrumentationRunner: "androidx.test.runner.AndroidJUnitRunner"
2419
]
2520

@@ -57,13 +52,6 @@ ext {
5752
material: "com.google.android.material:material:$materialVersion"
5853
]
5954

60-
//Microsoft dependencies version
61-
dualScreenLayoutVersion = "1.0.0-alpha01"
62-
63-
microsoftDependencies = [
64-
dualScreenLayout: "com.microsoft.device:dualscreen-layout:$dualScreenLayoutVersion"
65-
]
66-
6755
//Network dependencies version
6856
retrofitVersion = "2.9.0"
6957
retrofitConverterScalarsVersion = "2.9.0"

0 commit comments

Comments
 (0)