We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d0d715 commit 55f0463Copy full SHA for 55f0463
1 file changed
testutils/build.gradle
@@ -11,17 +11,17 @@ project.ext.vstsPassword = System.getenv("ENV_VSTS_MVN_ANDROIDCOMMON_ACCESSTOKEN
11
12
android {
13
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
+// subprojects {
+// afterEvaluate { project ->
+// if (project.hasProperty('android')) {
+// project.android {
+// if (namespace == null) {
+// namespace project.group
+// }
25
compileSdk rootProject.ext.compileSdkVersion
26
27
testOptions {
0 commit comments