Skip to content

Commit b26628c

Browse files
committed
Update sourceCompatibility and targetCompatibility to 1.8
1 parent fb794d7 commit b26628c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/sdl_android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ android {
2323
}
2424
}
2525
compileOptions {
26-
sourceCompatibility JavaVersion.VERSION_1_7
27-
targetCompatibility JavaVersion.VERSION_1_7
26+
sourceCompatibility JavaVersion.VERSION_1_8
27+
targetCompatibility JavaVersion.VERSION_1_8
2828
}
2929
lintOptions {
3030
abortOnError false

0 commit comments

Comments
 (0)