Skip to content

Commit e3d3b44

Browse files
committed
Merge pull request pchab#43 from RyanRamchandar/patch-1
Remove unneeded dependency.
2 parents b6cd373 + 960b123 commit e3d3b44

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

webrtc-client/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ android {
2020
}
2121

2222
dependencies {
23-
compile 'com.android.support:appcompat-v7:22.0.0'
2423
compile 'com.github.nkzawa:socket.io-client:0.4.2'
2524
compile 'io.pristine:libjingle:8871@aar'
26-
}
25+
}

0 commit comments

Comments
 (0)