Skip to content

Commit fd59098

Browse files
committed
Add proguard-rules
1 parent e648c74 commit fd59098

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pandora-core/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ android {
1111
versionCode 1
1212
versionName "1.0"
1313

14+
consumerProguardFiles 'consumer-rules.pro'
1415
}
1516

1617
buildTypes {

pandora-core/consumer-rules.pro

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-keep class tech.linjiang.pandora.cache.**{*;}

0 commit comments

Comments
 (0)