Merge pull request #449 from SimonMarquis/patch-2

Configure `isReturnDefaultValues` to fix #448
pull/642/head
Milosz Moczkowski 2 years ago committed by GitHub
commit 452ab50e98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,6 +25,7 @@ android {
testOptions {
unitTests {
isIncludeAndroidResources = true
isReturnDefaultValues = true
}
}
}
@ -44,4 +45,4 @@ dependencies {
testImplementation(project(":core:datastore-test"))
testImplementation(project(":core:testing"))
}
}

@ -33,6 +33,11 @@ android {
consumerProguardFiles("consumer-proguard-rules.pro")
}
namespace = "com.google.samples.apps.nowinandroid.core.datastore"
testOptions {
unitTests {
isReturnDefaultValues = true
}
}
}
// Setup protobuf configuration, generating lite Java and Kotlin classes

Loading…
Cancel
Save