canelmas / let

Annotation based simple API flavored with AOP to handle new Android runtime permission model
Apache License 2.0
530 stars 40 forks source link

Let beta wrong dependency included #32

Open Glennmen opened 5 years ago

Glennmen commented 5 years ago

I tried updating Let from 0.1.11 to the new beta version 1.0.0-beta1 (also tested 1.0.0-beta2). Gradle build the APK without any errors but for some reason it included the wrong Javax.activation.* files, this is giving me errors for the JavaMail library that I am using.

I have no idea why this is happening, and after downgrading back to 0.1.11 it was fixed. I made a ticket in JavaMail first because I thought there was an issue with JavaMail: https://github.com/eclipse-ee4j/javamail/issues/378

Even though after downgrading it was fixed for me I would like to know if this can be investigated and fixed in future versions.

If you need any info please let me know.