diff options
Diffstat (limited to 'android/build.gradle')
-rw-r--r-- | android/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/build.gradle b/android/build.gradle index a9d0796..88b2f2b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -92,8 +92,8 @@ eclipse { } jdt { - sourceCompatibility = 1.6 - targetCompatibility = 1.6 + sourceCompatibility = 1.8 + targetCompatibility = 1.8 } classpath { |