Skip to content

Commit 0c761b3

Browse files
mrbrentkellyplrthink
authored andcommitted
fix assembleAndroidTest builds
1 parent 0b6771c commit 0c761b3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

android/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ android {
1515
compileSdkVersion rootProject.ext.compileSdkVersion
1616
buildToolsVersion rootProject.ext.buildToolsVersion
1717

18+
compileOptions {
19+
sourceCompatibility JavaVersion.VERSION_1_8
20+
targetCompatibility JavaVersion.VERSION_1_8
21+
}
22+
1823
defaultConfig {
1924
minSdkVersion rootProject.ext.minSdkVersion
2025
targetSdkVersion rootProject.ext.targetSdkVersion

0 commit comments

Comments
 (0)