midhunhk / lib-aeapps

A multi module library project for use by android applications, with implementations of features like Multi Contact Picture and wrappers around SMS and Contacts data access.
http://midhunhk.github.io/lib-aeapps/
Apache License 2.0
4 stars 6 forks source link

CRITICAL: Projects not able to access class files from the library #31

Closed midhunhk closed 4 years ago

midhunhk commented 4 years ago

Upon adding the library to an Android application, the java classes are inaccessible

To Reproduce Steps to reproduce the behavior:

  1. Use the latest version of the library (https://jitpack.io/com/github/midhunhk/lib-aeapps/v4.0.4/) implementation 'com.github.midhunhk.lib-aeapps:core:v4.0.4'
  2. Sync the gradle file
  3. e.g; 'EmptyRecyclerView' is inaccessible

Expected behavior Class files should be available to use

Thanks to the community for not checking or reporting this issue.

midhunhk commented 4 years ago

https://android.jlelse.eu/proguard-r8-in-the-world-of-modularity-f599650b4553