Skip to content

Commit 960b123

Browse files
Remove unneeded dependency.
Removing com.android.support:appcompat-v7:22.0.0 reduces method count by nearly 5000. Good for not hitting DEX limit.
1 parent b6cd373 commit 960b123

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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)