diff options
author | zeapo <mohamed@zenadi.com> | 2014-11-16 10:34:24 +0100 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2014-11-25 22:45:33 +0100 |
commit | 7b2d0e531a951f69e20d9d65c22c260c2d683797 (patch) | |
tree | 3afa825c222a3ae447e35f6db40fb847e4822f9a | |
parent | da1fc6c9d3e4eaa97598bd5a1469426123b5cce2 (diff) |
bump java version to 1.7
-rw-r--r-- | app/build.gradle | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index 2a85ec4c..a4f0716a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,6 +19,11 @@ android { } } + compileOptions { + sourceCompatibility JavaVersion.VERSION_1_7 + targetCompatibility JavaVersion.VERSION_1_7 + } + // avoid Travis failures lintOptions { abortOnError false |