We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3198375 commit 1835dbcCopy full SHA for 1835dbc
build.gradle.kts
@@ -35,8 +35,8 @@ repositories {
35
}
36
37
dependencies {
38
-// compile ("com.github.hotzkow:platformInterfaceLib") {
39
- compile("org.droidmate:deviceDaemonLib") {
+ compile ("com.github.hotzkow:platformInterfaceLib") {
+// compile("org.droidmate:deviceDaemonLib") {
40
// in theory it should be 'api', but for some reason that does not work for transitive classpath dependencies
41
version {
42
require("[2.4.1, 2.5[")
0 commit comments