i recently upgraded android studio but im not able to find the source of the following issue reported in android studio 3.1:
Warning: The rule `-keep public clas
You are missing a space between the wildcard *
and the keyword extends
.
The warning itself probably does not come from ProGuard but from the builtin shrinker of google.
If you can not find it in your project, then it is most likely a broken rule from a consumer Proguard file included in of the the dependent aar files.