Skip to content

Commit

Permalink
Remove isReturnDefaultValues.
Browse files Browse the repository at this point in the history
Change-Id: I028244a23b6215e21269602b8df07e58b136b9f1
  • Loading branch information
Jaehwa-Noh committed May 16, 2024
1 parent b85cf7d commit 8560632
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion core/data/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ android {
testOptions {
unitTests {
isIncludeAndroidResources = true
isReturnDefaultValues = true
}
}
}
Expand Down
5 changes: 0 additions & 5 deletions core/datastore/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ android {
consumerProguardFiles("consumer-proguard-rules.pro")
}
namespace = "com.google.samples.apps.nowinandroid.core.datastore"
testOptions {
unitTests {
isReturnDefaultValues = true
}
}
}

dependencies {
Expand Down

0 comments on commit 8560632

Please sign in to comment.