InflationX / Calligraphy

Custom fonts in Android the easy way...
Apache License 2.0
1.09k stars 83 forks source link

Proguard configuration not working #58

Open hemtri1984 opened 3 years ago

hemtri1984 commented 3 years ago

While enabling the proguard configuration its giving error on calligraphy library. No proguard configuration given for this library.

io.github.inflationx.calligraphy3.Calligraphy: can't find referenced class androidx.appcompat.widget.Toolbar io.github.inflationx.viewpump.internal.-ViewPumpLayoutInflater: can't find referenced class androidx.core.os.BuildCompat io.github.inflationx.calligraphy3.CalligraphyConfig: can't find referenced class androidx.appcompat.widget.AppCompatCheckedTextView io.github.inflationx.calligraphy3.CalligraphyConfig: can't find referenced class androidx.appcompat.widget.AppCompatRadioButton

chrisjenx commented 1 year ago

Error or warning? We don't require those classes we use Class look up to be operable, if you included Toolbar etc then those AAR's should have proguard files