summaryrefslogtreecommitdiffstats
path: root/android/build.gradle
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2018-06-27 00:16:18 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2018-06-28 16:24:24 +0200
commitfb5a31554b5dc909d5de25eae306d6033d25c907 (patch)
tree445a5440e287a79dc66757dc446ab3175942c8f2 /android/build.gradle
parent9f1745efc06f0bab5f65036058f071db570124b8 (diff)
downloadgdx-boardgame-fb5a31554b5dc909d5de25eae306d6033d25c907.zip
gdx-boardgame-fb5a31554b5dc909d5de25eae306d6033d25c907.tar.gz
set source 1.8, I want lambda expressions
Diffstat (limited to 'android/build.gradle')
-rw-r--r--android/build.gradle4
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 {