Skip to content

Commit

Permalink
update testoptions in the gradle to make the test cases use the defau…
Browse files Browse the repository at this point in the history
…lt valeus
  • Loading branch information
jsramraj committed May 7, 2020
1 parent 813611c commit dbeec5f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tooltip/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {


defaultConfig {
minSdkVersion 26
minSdkVersion 24
targetSdkVersion 29
versionCode 1
versionName "1.0"
Expand All @@ -26,6 +26,10 @@ android {
sourceCompatibility = 1.8
}

testOptions {
unitTests.returnDefaultValues = true
unitTests.includeAndroidResources = true
}
}

dependencies {
Expand Down

0 comments on commit dbeec5f

Please sign in to comment.