Skip to content

Commit 0d6f8a0

Browse files
committed
Add proguard config for klinker library
// FREEBIE
1 parent 50cec22 commit 0d6f8a0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ dependencies {
6767
compile "me.leolin:ShortcutBadger:1.1.16"
6868
compile 'se.emilsjolander:stickylistheaders:2.7.0'
6969
compile 'com.jpardogo.materialtabstrip:library:1.0.9'
70-
compile 'org.w3c:smil:1.0.0'
7170
compile 'org.apache.httpcomponents:httpclient-android:4.3.5'
7271
compile 'com.github.chrisbanes.photoview:library:1.3.1'
7372
compile 'com.github.bumptech.glide:glide:3.7.0'
@@ -141,7 +140,6 @@ dependencyVerification {
141140
'me.leolin:ShortcutBadger:e3cb3e7625892129b0c92dd5e4bc649faffdd526d5af26d9c45ee31ff8851774',
142141
'se.emilsjolander:stickylistheaders:a08ca948aa6b220f09d82f16bbbac395f6b78897e9eeac6a9f0b0ba755928eeb',
143142
'com.jpardogo.materialtabstrip:library:c6ef812fba4f74be7dc4a905faa4c2908cba261a94c13d4f96d5e67e4aad4aaa',
144-
'org.w3c:smil:085dc40f2bb249651578bfa07499fd08b16ad0886dbe2c4078586a408da62f9b',
145143
'org.apache.httpcomponents:httpclient-android:6f56466a9bd0d42934b90bfbfe9977a8b654c058bf44a12bdc2877c4e1f033f1',
146144
'com.github.chrisbanes.photoview:library:f152dd0a87aca891aa182e42863fa05e0e8b2842e3b9fc512d7a3a6243c38ac4',
147145
'com.github.bumptech.glide:glide:76ef123957b5fbaebb05fcbe6606dd58c3bc3fcdadb257f99811d0ac9ea9b88b',
@@ -258,6 +256,7 @@ android {
258256
'proguard-shortcutbadger.pro',
259257
'proguard-retrofit.pro',
260258
'proguard-webrtc.pro',
259+
'proguard-klinker.pro',
261260
'proguard.cfg'
262261
testProguardFiles 'proguard-automation.pro',
263262
'proguard.cfg'

proguard-klinker.pro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-dontwarn android.net.ConnectivityManager
2+
-dontwarn android.net.ConnectivityManager$NetworkCallback
3+
-dontwarn org.webrtc.NetworkMonitorAutoDetect$ConnectivityManagerDelegate

0 commit comments

Comments
 (0)