Skip to content

Commit ff64125

Browse files
authored
Merge pull request #146 from mynameisguy/patch-1
fixing mergeExtDexDebugAndroidTest task
2 parents 6c6e908 + cee58ef commit ff64125

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)