|
|
|
@ -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
|
|
|
|
|