Skip to content

Commit f8b492d

Browse files
authored
fixing mergeExtDexDebugAndroidTest task
1 parent 4c0ed7c commit f8b492d

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)