Skip to content

Commit ae6d875

Browse files
committed
Build: Replace source/target compatibility 1.8 with java version const
1 parent 653c99b commit ae6d875

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/editor/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ android {
4242
targetSdkVersion rootProject.targetSdkVersion
4343
}
4444
compileOptions {
45-
sourceCompatibility 1.8
46-
targetCompatibility 1.8
45+
sourceCompatibility JavaVersion.VERSION_1_8
46+
targetCompatibility JavaVersion.VERSION_1_8
4747
}
4848

4949
// Avoid 'duplicate files during packaging of APK' errors

0 commit comments

Comments
 (0)