small error in build.gradle
Tsoccerguy3 opened this issue ยท 1 comments
you need to add these 2 lines to build.gradle source so that Gradle will compile without a warning or error.
sourceCompatibility = 1.8
targetCompatibility = 1.8
Tsoccerguy3 opened this issue ยท 1 comments
you need to add these 2 lines to build.gradle source so that Gradle will compile without a warning or error.
sourceCompatibility = 1.8
targetCompatibility = 1.8