Skip to content

Commit fe1855c

Browse files
committed
fix: remove unnecessary unitTests.returnDefaultValues from android/build.gradle
Verified the new A0Auth0ModuleNetworkingOptionsTest suite passes identically with or without this option — nothing in buildNetworkingClient()'s path touches an unstubbed Android framework API, so the fallback is dead config.
1 parent 4b062f9 commit fe1855c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

android/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ android {
5151
abortOnError false
5252
}
5353

54-
testOptions {
55-
unitTests.returnDefaultValues = true
56-
}
57-
5854
compileOptions {
5955
sourceCompatibility JavaVersion.VERSION_17
6056
targetCompatibility JavaVersion.VERSION_17

0 commit comments

Comments
 (0)