Skip to content

Commit

Permalink
Removed dummy tests and unused dependencies from Widget sample (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
bimiron authored Dec 3, 2020
1 parent 5be13fe commit 8081a44
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 54 deletions.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions Widget/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ allprojects {
repositories {
google()
jcenter()

maven {
url config.duoSdkUrl
}
}
apply from: "$rootDir/ktlint.gradle"

Expand Down
12 changes: 0 additions & 12 deletions Widget/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,9 @@ ext {
targetSdkVersion = compileSdkVersion
minSdkVersion = compileSdkVersion

//Surface Duo
duo_url = "https://pkgs.dev.azure.com/MicrosoftDeviceSDK/DuoSDK-Public/_packaging/Duo-SDK-Feed/maven/v1"

config = [
gradlePlugin : "com.android.tools.build:gradle:$gradlePluginVersion",
kotlinGradlePlugin : "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion",
duoSdkUrl :
"https://pkgs.dev.azure.com/MicrosoftDeviceSDK/DuoSDK-Public/_packaging/Duo-SDK-Feed/maven/v1",
testInstrumentationRunner: "androidx.test.runner.AndroidJUnitRunner"
]

Expand Down Expand Up @@ -57,13 +52,6 @@ ext {
material: "com.google.android.material:material:$materialVersion"
]

//Microsoft dependencies version
dualScreenLayoutVersion = "1.0.0-alpha01"

microsoftDependencies = [
dualScreenLayout: "com.microsoft.device:dualscreen-layout:$dualScreenLayoutVersion"
]

//Network dependencies version
retrofitVersion = "2.9.0"
retrofitConverterScalarsVersion = "2.9.0"
Expand Down

0 comments on commit 8081a44

Please sign in to comment.