Skip to content

Commit 1835dbc

Browse files
committed
fixed merge issues
1 parent 3198375 commit 1835dbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ repositories {
3535
}
3636

3737
dependencies {
38-
// compile ("com.github.hotzkow:platformInterfaceLib") {
39-
compile("org.droidmate:deviceDaemonLib") {
38+
compile ("com.github.hotzkow:platformInterfaceLib") {
39+
// compile("org.droidmate:deviceDaemonLib") {
4040
// in theory it should be 'api', but for some reason that does not work for transitive classpath dependencies
4141
version {
4242
require("[2.4.1, 2.5[")

0 commit comments

Comments
 (0)