Skip to content

Commit c96a793

Browse files
committed
Fix assembleAndroidTest gradle task
1 parent 29de148 commit c96a793

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
@@ -34,6 +34,10 @@ android {
3434
lintOptions {
3535
abortOnError false
3636
}
37+
compileOptions {
38+
sourceCompatibility JavaVersion.VERSION_1_8
39+
targetCompatibility JavaVersion.VERSION_1_8
40+
}
3741
}
3842

3943
repositories {

0 commit comments

Comments
 (0)