Skip to content

Commit ff9633e

Browse files
committed
Distributing proguard.txt in AAR packages
1 parent 4a7ac9d commit ff9633e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

library/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ android {
77
defaultConfig {
88
minSdkVersion 3
99
targetSdkVersion 23
10+
consumerProguardFiles 'proguard.txt'
1011
}
1112

1213
lintOptions {

library/proguard.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-keep class cz.msebera.android.httpclient.** { *; }
2+
-keep class com.loopj.android.http.** { *; }

0 commit comments

Comments
 (0)