File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ implementation 'io.nano:android-tex:1.0.0'
17
17
Add the following rule to your proguard config file:
18
18
19
19
```
20
- -keep class io.nano.tex.**
20
+ -keep class io.nano.tex.** {*;}
21
21
```
22
22
23
23
# How to use
Original file line number Diff line number Diff line change @@ -17,12 +17,13 @@ android {
17
17
targetSdkVersion compileSdk
18
18
versionCode 1
19
19
versionName " 1.0.0"
20
+
21
+ consumerProguardFiles ' consumer-rules.pro'
20
22
}
21
23
22
24
buildTypes {
23
25
release {
24
26
minifyEnabled false
25
- proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
26
27
}
27
28
}
28
29
Original file line number Diff line number Diff line change 19
19
# If you keep the line number information, uncomment this to
20
20
# hide the original source file name.
21
21
#-renamesourcefileattribute SourceFile
22
+ -keep class io.nano.tex.** {*;}
You can’t perform that action at this time.
0 commit comments