Skip to content

Commit

Permalink
fix assembleAndroidTest builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbrentkelly authored and plrthink committed Feb 14, 2021
1 parent 0b6771c commit 0c761b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ android {
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

defaultConfig {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
Expand Down

0 comments on commit 0c761b3

Please sign in to comment.