Skip to content

Commit c8f8065

Browse files
committed
add manifest flag unit tests.
1 parent b8eea17 commit c8f8065

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

firebase-ml-modeldownloader/ml-data-collection-tests/ml-data-collection-tests.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,12 @@ android {
4141
}
4242

4343
dependencies {
44-
implementation project(':encoders:firebase-encoders')
45-
implementation project(':encoders:firebase-encoders-json')
4644
implementation project(':firebase-common')
47-
implementation project(':firebase-components')
48-
implementation project(':firebase-datatransport')
49-
implementation project(':firebase-installations-interop')
50-
implementation project(':transport:transport-api')
51-
implementation project(':transport:transport-runtime')
5245
implementation project(':firebase-ml-modeldownloader')
5346
testImplementation 'androidx.test:runner:1.2.0'
5447
testImplementation 'androidx.test.ext:junit:1.1.1'
5548
testImplementation "org.robolectric:robolectric:$robolectricVersion"
56-
testImplementation 'com.google.auto.value:auto-value-annotations:1.6.5'
5749
testImplementation 'junit:junit:4.12'
5850
testImplementation "com.google.truth:truth:$googleTruthVersion"
59-
testImplementation 'org.mockito:mockito-core:2.25.0'
6051
implementation 'androidx.core:core:1.2.0'
6152
}

firebase-ml-modeldownloader/ml-data-collection-tests/src/test/java/com/google/firebase/ml_data_collection_tests/MlDataCollectionDefaultDisabledTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 Google LLC
1+
// Copyright 2021 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

firebase-ml-modeldownloader/ml-data-collection-tests/src/test/java/com/google/firebase/ml_data_collection_tests/MlDataCollectionTestUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 Google LLC
1+
// Copyright 2021 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)