I have an application that uses an externally referenced library (that is, the directory of the library is in the same level as the application - it is not copied inside the
I think you need define proguard-rules for your libraries. Usually they are in the library docs.
(For example have a look at my answer here for ButterKnife lib: link)