Skip to content

Commit 04ac1f2

Browse files
authored
Remove support for legacy reports endpoint (#2319)
1 parent 1faa4e2 commit 04ac1f2

File tree

61 files changed

+548
-33727
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+548
-33727
lines changed

firebase-crashlytics/firebase-crashlytics.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ android {
4949
}
5050

5151
thirdPartyLicenses {
52-
add 'Protocol Buffers', "file://${projectDir}/third_party_licenses/protocol_buffers/LICENSE"
5352
add 'Tape', "file://${projectDir}/third_party_licenses/tape/LICENSE"
5453
}
5554

firebase-crashlytics/src/androidTest/assets/empty_icon_settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"url": "http://localhost:3000/spi/v1/platform/android/apps",
66
"reports_url": "http://localhost:3000/spi/v1/platform/android/apps/com.crashlytics.android/reports",
77
"ndk_reports_url": "http://localhost:3000/spi/v1/platform/android/apps/com.crashlytics.android/minidumps",
8-
"update_required": false
8+
"update_required": false,
99
"icon": {}
1010
},
1111
"settings": {

0 commit comments

Comments
 (0)