File tree 30 files changed +192
-0
lines changed
integration_test_internal 30 files changed +192
-0
lines changed Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
+ import com.android.build.gradle.internal.tasks.CheckAarMetadataTask
16
+
15
17
buildscript {
16
18
repositories {
17
19
google()
@@ -86,4 +88,7 @@ apply from: "$rootDir/android_build_files/generate_proguard.gradle"
86
88
project. afterEvaluate {
87
89
generateProguardFile(' analytics' )
88
90
preBuild. dependsOn(' :app:build' )
91
+ project. tasks. withType(CheckAarMetadataTask ::class. java). configureEach {
92
+ enabled = false
93
+ }
89
94
}
Original file line number Diff line number Diff line change 13
13
// limitations under the License.
14
14
15
15
// Top-level build file where you can add configuration options common to all sub-projects/modules.
16
+ import com.android.build.gradle.internal.tasks.CheckAarMetadataTask
17
+
16
18
buildscript {
17
19
repositories {
18
20
mavenLocal()
@@ -96,3 +98,9 @@ task copyIntegrationTestFiles(type:Exec) {
96
98
}
97
99
98
100
build. dependsOn(copyIntegrationTestFiles)
101
+
102
+ project. afterEvaluate {
103
+ project. tasks. withType(CheckAarMetadataTask ::class. java). configureEach {
104
+ enabled = false
105
+ }
106
+ }
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
+ import com.android.build.gradle.internal.tasks.CheckAarMetadataTask
16
+
15
17
buildscript {
16
18
repositories {
17
19
google()
@@ -81,4 +83,7 @@ project.afterEvaluate {
81
83
setupDexDependencies(' :app:app_resources' )
82
84
setupDexDependencies(' :app:google_api_resources' )
83
85
setupDexDependencies(' :app:invites_resources' )
86
+ project. tasks. withType(CheckAarMetadataTask ::class. java). configureEach {
87
+ enabled = false
88
+ }
84
89
}
Original file line number Diff line number Diff line change 13
13
// limitations under the License.
14
14
15
15
// Top-level build file where you can add configuration options common to all sub-projects/modules.
16
+ import com.android.build.gradle.internal.tasks.CheckAarMetadataTask
17
+
16
18
buildscript {
17
19
repositories {
18
20
mavenLocal()
@@ -96,3 +98,9 @@ task copyIntegrationTestFiles(type:Exec) {
96
98
}
97
99
98
100
build. dependsOn(copyIntegrationTestFiles)
101
+
102
+ project. afterEvaluate {
103
+ project. tasks. withType(CheckAarMetadataTask ::class. java). configureEach {
104
+ enabled = false
105
+ }
106
+ }
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
+ import com.android.build.gradle.internal.tasks.CheckAarMetadataTask
16
+
15
17
buildscript {
16
18
repositories {
17
19
google()
@@ -87,4 +89,7 @@ project.afterEvaluate {
87
89
generateProguardFile(' app_check' )
88
90
setupDexDependencies(' :app_check:app_check_resources' )
89
91
preBuild. dependsOn(' :app:build' )
92
+ project. tasks. withType(CheckAarMetadataTask ::class. java). configureEach {
93
+ enabled = false
94
+ }
90
95
}
Original file line number Diff line number Diff line change 13
13
// limitations under the License.
14
14
15
15
// Top-level build file where you can add configuration options common to all sub-projects/modules.
16
+ import com.android.build.gradle.internal.tasks.CheckAarMetadataTask
17
+
16
18
buildscript {
17
19
repositories {
18
20
mavenLocal()
@@ -113,3 +115,9 @@ task copyIntegrationTestFiles(type:Exec) {
113
115
}
114
116
115
117
build. dependsOn(copyIntegrationTestFiles)
118
+
119
+ project. afterEvaluate {
120
+ project. tasks. withType(CheckAarMetadataTask ::class. java). configureEach {
121
+ enabled = false
122
+ }
123
+ }
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
+ import com.android.build.gradle.internal.tasks.CheckAarMetadataTask
16
+
15
17
buildscript {
16
18
repositories {
17
19
google()
@@ -87,4 +89,7 @@ project.afterEvaluate {
87
89
generateProguardFile(' auth' )
88
90
setupDexDependencies(' :auth:auth_resources' )
89
91
preBuild. dependsOn(' :app:build' )
92
+ project. tasks. withType(CheckAarMetadataTask ::class. java). configureEach {
93
+ enabled = false
94
+ }
90
95
}
Original file line number Diff line number Diff line change 13
13
// limitations under the License.
14
14
15
15
// Top-level build file where you can add configuration options common to all sub-projects/modules.
16
+ import com.android.build.gradle.internal.tasks.CheckAarMetadataTask
17
+
16
18
buildscript {
17
19
repositories {
18
20
mavenLocal()
@@ -100,3 +102,9 @@ task copyIntegrationTestFiles(type:Exec) {
100
102
}
101
103
102
104
build. dependsOn(copyIntegrationTestFiles)
105
+
106
+ project. afterEvaluate {
107
+ project. tasks. withType(CheckAarMetadataTask ::class. java). configureEach {
108
+ enabled = false
109
+ }
110
+ }
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
+ import com.android.build.gradle.internal.tasks.CheckAarMetadataTask
16
+
15
17
buildscript {
16
18
repositories {
17
19
google()
@@ -88,4 +90,7 @@ project.afterEvaluate {
88
90
setupDexDependencies(' :database:database_resources' )
89
91
preBuild. dependsOn(' :app:build' )
90
92
preBuild. dependsOn(' :auth:build' )
93
+ project. tasks. withType(CheckAarMetadataTask ::class. java). configureEach {
94
+ enabled = false
95
+ }
91
96
}
Original file line number Diff line number Diff line change 13
13
// limitations under the License.
14
14
15
15
// Top-level build file where you can add configuration options common to all sub-projects/modules.
16
+ import com.android.build.gradle.internal.tasks.CheckAarMetadataTask
17
+
16
18
buildscript {
17
19
repositories {
18
20
mavenLocal()
@@ -101,3 +103,9 @@ task copyIntegrationTestFiles(type:Exec) {
101
103
}
102
104
103
105
build. dependsOn(copyIntegrationTestFiles)
106
+
107
+ project. afterEvaluate {
108
+ project. tasks. withType(CheckAarMetadataTask ::class. java). configureEach {
109
+ enabled = false
110
+ }
111
+ }
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
+ import com.android.build.gradle.internal.tasks.CheckAarMetadataTask
16
+
15
17
buildscript {
16
18
repositories {
17
19
google()
@@ -85,4 +87,7 @@ apply from: "$rootDir/android_build_files/generate_proguard.gradle"
85
87
project. afterEvaluate {
86
88
generateProguardFile(' dynamic_links' )
87
89
preBuild. dependsOn(' :app:build' )
90
+ project. tasks. withType(CheckAarMetadataTask ::class. java). configureEach {
91
+ enabled = false
92
+ }
88
93
}
Original file line number Diff line number Diff line change 13
13
// limitations under the License.
14
14
15
15
// Top-level build file where you can add configuration options common to all sub-projects/modules.
16
+ import com.android.build.gradle.internal.tasks.CheckAarMetadataTask
17
+
16
18
buildscript {
17
19
repositories {
18
20
mavenLocal()
@@ -96,3 +98,9 @@ task copyIntegrationTestFiles(type:Exec) {
96
98
}
97
99
98
100
build. dependsOn(copyIntegrationTestFiles)
101
+
102
+ project. afterEvaluate {
103
+ project. tasks. withType(CheckAarMetadataTask ::class. java). configureEach {
104
+ enabled = false
105
+ }
106
+ }
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
+ import com.android.build.gradle.internal.tasks.CheckAarMetadataTask
16
+
15
17
buildscript {
16
18
repositories {
17
19
google()
@@ -89,4 +91,7 @@ project.afterEvaluate {
89
91
setupDexDependencies(' :firestore:firestore_resources' )
90
92
preBuild. dependsOn(' :app:build' )
91
93
preBuild. dependsOn(' :auth:build' )
94
+ project. tasks. withType(CheckAarMetadataTask ::class. java). configureEach {
95
+ enabled = false
96
+ }
92
97
}
Original file line number Diff line number Diff line change 13
13
// limitations under the License.
14
14
15
15
// Top-level build file where you can add configuration options common to all sub-projects/modules.
16
+ import com.android.build.gradle.internal.tasks.CheckAarMetadataTask
17
+
16
18
buildscript {
17
19
repositories {
18
20
mavenLocal()
@@ -101,3 +103,9 @@ task copyIntegrationTestFiles(type:Exec) {
101
103
}
102
104
103
105
build. dependsOn(copyIntegrationTestFiles)
106
+
107
+ project. afterEvaluate {
108
+ project. tasks. withType(CheckAarMetadataTask ::class. java). configureEach {
109
+ enabled = false
110
+ }
111
+ }
Original file line number Diff line number Diff line change 13
13
// limitations under the License.
14
14
15
15
// Top-level build file where you can add configuration options common to all sub-projects/modules.
16
+ import com.android.build.gradle.internal.tasks.CheckAarMetadataTask
17
+
16
18
buildscript {
17
19
repositories {
18
20
mavenLocal()
@@ -119,3 +121,9 @@ task copyIntegrationTestFiles(type:Exec) {
119
121
}
120
122
121
123
build. dependsOn(copyIntegrationTestFiles)
124
+
125
+ project. afterEvaluate {
126
+ project. tasks. withType(CheckAarMetadataTask ::class. java). configureEach {
127
+ enabled = false
128
+ }
129
+ }
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
+ import com.android.build.gradle.internal.tasks.CheckAarMetadataTask
16
+
15
17
buildscript {
16
18
repositories {
17
19
google()
@@ -86,4 +88,7 @@ project.afterEvaluate {
86
88
generateProguardFile(' functions' )
87
89
preBuild. dependsOn(' :app:build' )
88
90
preBuild. dependsOn(' :auth:build' )
91
+ project. tasks. withType(CheckAarMetadataTask ::class. java). configureEach {
92
+ enabled = false
93
+ }
89
94
}
Original file line number Diff line number Diff line change 13
13
// limitations under the License.
14
14
15
15
// Top-level build file where you can add configuration options common to all sub-projects/modules.
16
+ import com.android.build.gradle.internal.tasks.CheckAarMetadataTask
17
+
16
18
buildscript {
17
19
repositories {
18
20
mavenLocal()
@@ -101,3 +103,9 @@ task copyIntegrationTestFiles(type:Exec) {
101
103
}
102
104
103
105
build. dependsOn(copyIntegrationTestFiles)
106
+
107
+ project. afterEvaluate {
108
+ project. tasks. withType(CheckAarMetadataTask ::class. java). configureEach {
109
+ enabled = false
110
+ }
111
+ }
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
+ import com.android.build.gradle.internal.tasks.CheckAarMetadataTask
16
+
15
17
buildscript {
16
18
repositories {
17
19
google()
@@ -87,4 +89,7 @@ project.afterEvaluate {
87
89
generateProguardFile(' gma' )
88
90
setupDexDependencies(' :gma:gma_resources' )
89
91
preBuild. dependsOn(' :app:build' )
92
+ project. tasks. withType(CheckAarMetadataTask ::class. java). configureEach {
93
+ enabled = false
94
+ }
90
95
}
Original file line number Diff line number Diff line change 13
13
// limitations under the License.
14
14
15
15
// Top-level build file where you can add configuration options common to all sub-projects/modules.
16
+ import com.android.build.gradle.internal.tasks.CheckAarMetadataTask
17
+
16
18
buildscript {
17
19
repositories {
18
20
mavenLocal()
@@ -100,3 +102,9 @@ task copyIntegrationTestFiles(type:Exec) {
100
102
}
101
103
102
104
build. dependsOn(copyIntegrationTestFiles)
105
+
106
+ project. afterEvaluate {
107
+ project. tasks. withType(CheckAarMetadataTask ::class. java). configureEach {
108
+ enabled = false
109
+ }
110
+ }
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
+ import com.android.build.gradle.internal.tasks.CheckAarMetadataTask
16
+
15
17
buildscript {
16
18
repositories {
17
19
google()
@@ -85,4 +87,7 @@ apply from: "$rootDir/android_build_files/generate_proguard.gradle"
85
87
project. afterEvaluate {
86
88
generateProguardFile(' installations' )
87
89
preBuild. dependsOn(' :app:build' )
90
+ project. tasks. withType(CheckAarMetadataTask ::class. java). configureEach {
91
+ enabled = false
92
+ }
88
93
}
Original file line number Diff line number Diff line change 13
13
// limitations under the License.
14
14
15
15
// Top-level build file where you can add configuration options common to all sub-projects/modules.
16
+ import com.android.build.gradle.internal.tasks.CheckAarMetadataTask
17
+
16
18
buildscript {
17
19
repositories {
18
20
mavenLocal()
@@ -96,3 +98,9 @@ task copyIntegrationTestFiles(type:Exec) {
96
98
}
97
99
98
100
build. dependsOn(copyIntegrationTestFiles)
101
+
102
+ project. afterEvaluate {
103
+ project. tasks. withType(CheckAarMetadataTask ::class. java). configureEach {
104
+ enabled = false
105
+ }
106
+ }
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
+ import com.android.build.gradle.internal.tasks.CheckAarMetadataTask
16
+
15
17
buildscript {
16
18
repositories {
17
19
google()
@@ -87,4 +89,7 @@ apply from: "$rootDir/android_build_files/generate_proguard.gradle"
87
89
project. afterEvaluate {
88
90
generateProguardFile(' messaging' )
89
91
preBuild. dependsOn(' :app:build' )
92
+ project. tasks. withType(CheckAarMetadataTask ::class. java). configureEach {
93
+ enabled = false
94
+ }
90
95
}
You can’t perform that action at this time.
0 commit comments