Skip to content

Commit 7291753

Browse files
author
Kadi Kraman
authored
Merge pull request #459 from AlexK777/fix-assembleAnroidTest
Fix assembleAndroidTest gradle task
2 parents 29de148 + c96a793 commit 7291753

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)