Fotis Paschos

Results 1 comments of Fotis Paschos

Hi all. @blocha I had the same issue with the --min-api 26. I solved it by adding `android { compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } }` to my `gradle.build`...