Closed potatoru closed 6 years ago
There is a note on the Changelog page, but I'll check where it fits (or you can do it yourself, anyone can edit the wiki).
Put in
android {
//
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
Now mentioned in the BasicSetup
Not an issue at all, but after upgrade from Acra 4, I've got these errors.
Solved for me by adding these lines into build.gradle file
Maybe add it to documentation or FAQ?