Skip to content

Commit

Permalink
Remove unused dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
shaeberling committed Oct 7, 2021
1 parent fc95106 commit 11d5f30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ dependencies {
implementation("com.github.kittinunf.fuel:fuel-gson:2.3.1")
implementation("com.google.code.gson:gson:2.8.8")
implementation("org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5")
// implementation("org.eclipse.paho:org.eclipse.paho.mqttv5.client:1.2.5")
testImplementation(kotlin("test"))
}

Expand Down

0 comments on commit 11d5f30

Please sign in to comment.