summaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2014-10-12 23:11:52 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2014-10-12 23:11:52 +0200
commita4275a3391f860d78d853c7f578ad23e5300a810 (patch)
treeb1a3c2e4b7329e7a2c20f8107a39961e2a3cf568 /android
parent86f5b148e287ba6189b3696e44ad00db99ba1461 (diff)
downloadRustAndDust-a4275a3391f860d78d853c7f578ad23e5300a810.zip
RustAndDust-a4275a3391f860d78d853c7f578ad23e5300a810.tar.gz
gradle: sourceCompatibility = 1.7
Diffstat (limited to 'android')
-rw-r--r--android/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/build.gradle b/android/build.gradle
index 6fcf85b..6fafd87 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -77,7 +77,7 @@ eclipse {
}
jdt {
- sourceCompatibility = 1.6
+ sourceCompatibility = 1.7
targetCompatibility = 1.6
}