diff options
author | zeapo <mohamed@zenadi.com> | 2014-11-16 10:34:24 +0100 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2014-11-16 10:34:24 +0100 |
commit | 3d01ad74b80d60e487ae7eaf76d9b2f04c7846cb (patch) | |
tree | 3afa825c222a3ae447e35f6db40fb847e4822f9a | |
parent | ea7f3445fced92ed0622b58aaecb70b6b524b27d (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 |