Skip to content

Commit cee58ef

Browse files
committed
fixing mergeExtDexDebugAndroidTest task
1 parent 6c6e908 commit cee58ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

android/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ android {
3838
lintOptions {
3939
abortOnError false
4040
}
41+
compileOptions {
42+
sourceCompatibility JavaVersion.VERSION_1_8
43+
targetCompatibility JavaVersion.VERSION_1_8
44+
}
4145
}
4246

4347
repositories {

0 commit comments

Comments
 (0)