Skip to content

Commit 017ca0d

Browse files
committed
Remove thirdPartyLicenses as a hack fix for building on Windows
1 parent 1de7ac0 commit 017ca0d

File tree

5 files changed

+1
-72
lines changed

5 files changed

+1
-72
lines changed

firebase-crashlytics-ndk/firebase-crashlytics-ndk.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,6 @@ def fixTrampolineFilenames(variantBaseName) {
105105
}
106106
}
107107

108-
thirdPartyLicenses {
109-
add 'Crashpad', "file://${rootDir}/third_party/licenses/apache-2.0.txt"
110-
}
111-
112108
dependencies {
113109
implementation project(':firebase-common')
114110
implementation project(':firebase-components')

firebase-crashlytics/firebase-crashlytics.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ android {
4848
}
4949
}
5050

51-
thirdPartyLicenses {
52-
add 'Tape', "file://${projectDir}/third_party_licenses/tape/LICENSE"
53-
}
54-
5551
dependencies {
5652
compileOnly 'com.google.auto.value:auto-value-annotations:1.6.5'
5753

firebase-inappmessaging-display/firebase-inappmessaging-display.gradle

Lines changed: 0 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -59,58 +59,3 @@ android {
5959
}
6060
}
6161
}
62-
63-
64-
thirdPartyLicenses {
65-
add 'Dagger', "file://${rootDir}/third_party/licenses/apache-2.0.txt"
66-
}
67-
68-
dependencies {
69-
implementation project(':firebase-common')
70-
implementation project(':firebase-components')
71-
implementation project(':firebase-inappmessaging')
72-
73-
implementation('com.google.firebase:firebase-measurement-connector:18.0.0') {
74-
exclude group: 'com.google.firebase', module: 'firebase-common'
75-
}
76-
77-
implementation 'com.google.android.gms:play-services-tasks:17.1.0'
78-
implementation 'androidx.appcompat:appcompat:1.1.0'
79-
implementation 'androidx.cardview:cardview:1.0.0'
80-
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
81-
implementation 'androidx.browser:browser:1.0.0'
82-
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
83-
implementation 'com.google.auto.value:auto-value-annotations:1.6.6'
84-
85-
implementation "com.squareup.picasso:picasso:2.71828"
86-
implementation "com.squareup.okhttp:okhttp:2.7.5"
87-
88-
vendor ('com.google.dagger:dagger:2.27') {
89-
exclude group: "javax.inject", module: "javax.inject"
90-
}
91-
implementation 'javax.inject:javax.inject:1'
92-
93-
annotationProcessor "com.google.dagger:dagger-compiler:2.27"
94-
annotationProcessor 'com.google.auto.value:auto-value:1.6.5'
95-
annotationProcessor 'com.ryanharter.auto.value:auto-value-parcel:0.2.6'
96-
97-
testImplementation "org.robolectric:robolectric:$robolectricVersion"
98-
testImplementation "junit:junit:4.12"
99-
testImplementation "org.mockito:mockito-core:2.25.0"
100-
testImplementation "com.google.truth:truth:1.0"
101-
testImplementation 'androidx.test:core:1.2.0'
102-
testImplementation 'com.google.guava:guava:27.1-android'
103-
104-
androidTestImplementation "org.mockito:mockito-core:2.25.0"
105-
androidTestImplementation "com.google.dexmaker:dexmaker:1.2"
106-
androidTestImplementation "com.linkedin.dexmaker:dexmaker-mockito:2.25.0"
107-
androidTestImplementation 'androidx.annotation:annotation:1.1.0'
108-
androidTestImplementation 'androidx.test:runner:1.2.0'
109-
androidTestImplementation 'androidx.test:rules:1.2.0'
110-
androidTestImplementation ("com.google.firebase:firebase-analytics:17.4.0") {
111-
exclude group: "com.google.firebase", module: "firebase-common"
112-
exclude group: "com.google.firebase", module: "firebase-components"
113-
exclude group: "com.google.firebase", module: "firebase-installations-interop"
114-
exclude group: "com.google.firebase", module: "firebase-installations"
115-
}
116-
}

firebase-inappmessaging/firebase-inappmessaging.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,6 @@ configurations.all {
104104
}
105105

106106

107-
thirdPartyLicenses {
108-
add 'Dagger', "file://${rootDir}/third_party/licenses/apache-2.0.txt"
109-
}
110-
111107
dependencies {
112108
implementation project(':firebase-abt')
113109
implementation project(':firebase-common')

transport/transport-runtime/transport-runtime.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ android {
5858
}
5959
}
6060

61-
thirdPartyLicenses {
62-
add 'Dagger', "file://${rootDir}/third_party/licenses/apache-2.0.txt"
63-
}
64-
6561
dependencies {
6662
implementation project(':transport:transport-api')
6763
implementation 'androidx.annotation:annotation:1.1.0'
@@ -93,4 +89,4 @@ dependencies {
9389
androidTestImplementation 'org.mockito:mockito-android:2.25.0'
9490

9591
androidTestAnnotationProcessor 'com.google.dagger:dagger-compiler:2.27'
96-
}
92+
}

0 commit comments

Comments
 (0)