diff --git a/build.gradle b/build.gradle index fa3acf2..3a9a696 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ stdproject { license 'Apache-2.0' } - sourceCompatibility = 1.5 + sourceCompatibility = 1.6 dependencies { compile 'com.google.code.findbugs:annotations:3.0.1'