Skip to content

Commit 55f0463

Browse files
committed
updating testutils
1 parent 8d0d715 commit 55f0463

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

testutils/build.gradle

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ project.ext.vstsPassword = System.getenv("ENV_VSTS_MVN_ANDROIDCOMMON_ACCESSTOKEN
1111

1212
android {
1313
namespace "com.microsoft.identity.internal.testutils"
14-
subprojects {
15-
afterEvaluate { project ->
16-
if (project.hasProperty('android')) {
17-
project.android {
18-
if (namespace == null) {
19-
namespace project.group
20-
}
21-
}
22-
}
23-
}
24-
}
14+
// subprojects {
15+
// afterEvaluate { project ->
16+
// if (project.hasProperty('android')) {
17+
// project.android {
18+
// if (namespace == null) {
19+
// namespace project.group
20+
// }
21+
// }
22+
// }
23+
// }
24+
// }
2525
compileSdk rootProject.ext.compileSdkVersion
2626

2727
testOptions {

0 commit comments

Comments
 (0)