Skip to content

Commit ddb9dc8

Browse files
committed
Target Java 8
1 parent 8071dc2 commit ddb9dc8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dynamic-motion/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ android {
3030
sourceSets {
3131
main.res.srcDirs 'res'
3232
}
33+
34+
compileOptions {
35+
sourceCompatibility JavaVersion.VERSION_1_8
36+
targetCompatibility JavaVersion.VERSION_1_8
37+
}
3338
}
3439

3540
dependencies {

0 commit comments

Comments
 (0)