SyntaxFix
Write A Post
Hire A Developer
Questions
Add these two lines to your build.gradle in the android section:
android{ compileOptions { sourceCompatibility 1.8 targetCompatibility 1.8 } }