File tree Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -183,12 +183,6 @@ AutoSizeConfig.getInstance().getUnitsManager()
183183 .setSupportSubunits(Subunits . MM );
184184```
185185
186- ## ProGuard
187- ```
188- -keep class me.jessyan.autosize.** { *; }
189- -keep interface me.jessyan.autosize.** { *; }
190- ```
191-
192186
193187## Donate
194188![ alipay] ( https://raw.githubusercontent.com/JessYanCoding/MVPArms/master/image/pay_alipay.jpg ) ![ ] ( https://raw.githubusercontent.com/JessYanCoding/MVPArms/master/image/pay_wxpay.jpg )
Original file line number Diff line number Diff line change @@ -185,12 +185,6 @@ AutoSizeConfig.getInstance().getUnitsManager()
185185 .setSupportSubunits(Subunits . MM );
186186```
187187
188- ## ProGuard
189- ```
190- -keep class me.jessyan.autosize.** { *; }
191- -keep interface me.jessyan.autosize.** { *; }
192- ```
193-
194188
195189## Donate
196190![ alipay] ( https://raw.githubusercontent.com/JessYanCoding/MVPArms/master/image/pay_alipay.jpg ) ![ ] ( https://raw.githubusercontent.com/JessYanCoding/MVPArms/master/image/pay_wxpay.jpg )
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ android {
99 targetSdkVersion rootProject. targetSdkVersion
1010 versionCode rootProject. versionCode
1111 versionName rootProject. versionName
12+ consumerProguardFiles ' proguard-rules.pro'
1213 }
1314
1415 buildTypes {
Original file line number Diff line number Diff line change 1919# If you keep the line number information, uncomment this to
2020# hide the original source file name.
2121#-renamesourcefileattribute SourceFile
22+
23+ -keep class me.jessyan.autosize.** { *; }
24+ -keep interface me.jessyan.autosize.** { *; }
You can’t perform that action at this time.
0 commit comments