Skip to content

Merge fad/next into fad/iaf #4248

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Oct 27, 2022
Merged

Conversation

lfkellogg
Copy link
Contributor

No description provided.

lfkellogg and others added 9 commits September 14, 2022 13:28
* Updated various versions (dependencies and SDK to fix Android resource linking failure (AAPT: error: resource android:attr/lStar not found.)

* Update compileSdk/targetSdkVersion from 31 to 33
* Deflake firebase_common HeartBeat tests. (#4083)

The tests relied on `TestOnCompleteListener` that was not safe to call
more than once since it was based on a count down latch. So reusing it
multiple times would cause await() to return immediately.

This change makes it so that a new latch is created for every await()
call, making all await() calls work.

Fixes: http://b/245956774

* Add Javadoc support to the DackkaPlugin (#4082)

* Add util method for copying directories

* Add javadoc support to our dackka plugin

* Remove the extension check on fromDirectory

* Add a note about cache compliance and the javadoc task

* Add reference to kotlin stdlib package list (#4093)

Co-authored-by: Vladimir Kryachko <[email protected]>
Co-authored-by: Daymon <[email protected]>
* Deflake firebase_common HeartBeat tests. (#4083)

The tests relied on `TestOnCompleteListener` that was not safe to call
more than once since it was based on a count down latch. So reusing it
multiple times would cause await() to return immediately.

This change makes it so that a new latch is created for every await()
call, making all await() calls work.

Fixes: http://b/245956774

* Add Javadoc support to the DackkaPlugin (#4082)

* Add util method for copying directories

* Add javadoc support to our dackka plugin

* Remove the extension check on fromDirectory

* Add a note about cache compliance and the javadoc task

* Add reference to kotlin stdlib package list (#4093)

Co-authored-by: Vladimir Kryachko <[email protected]>
Co-authored-by: Daymon <[email protected]>
* Deflake firebase_common HeartBeat tests. (#4083)

The tests relied on `TestOnCompleteListener` that was not safe to call
more than once since it was based on a count down latch. So reusing it
multiple times would cause await() to return immediately.

This change makes it so that a new latch is created for every await()
call, making all await() calls work.

Fixes: http://b/245956774

* Add Javadoc support to the DackkaPlugin (#4082)

* Add util method for copying directories

* Add javadoc support to our dackka plugin

* Remove the extension check on fromDirectory

* Add a note about cache compliance and the javadoc task

* Add reference to kotlin stdlib package list (#4093)

* Add appcheck-ktx to bom config (#4081)

* Removing getRunningAppProcesses since the process_name isn't used (#4057)

* Fix Documentation classpath (#4099)

b/241795594

* Add projectSpecificSources back to the DackkaPlugin (#4110)

* Added extra method for TaskProviders

* Added specificSources method back

* Revert to dependsOn for docstubs dep

* Revamp test harness for macrobenchmark tests (#4071)

* Fix dependabot security alerts (#4123)

* Make firesite transform cacheable (#4124)

* add coroutines-play-services as a transitive dep to firebase-common-ktx (#4044)

* add kotlinx-coroutines-play-services as a transitive dep to firebase-common-ktx

* Update to Coroutines 1.6.4

* database-ktx: add callbackFlow for eventlisteners (#4012)

* add callbackFlow for RTDB's ValueEventListener

* add callbackFlow for RTDB's ChildEventListener

* delegate trySendBlocking to DefaultRunLoop

* add group to ktx.gradle

* update api.txt file

* Update released versions (#4135)

* Upgrade dackkaConfig (#4141)

* Add names to all Firebase components (#4117)

* Add appcheck's ktx artifact back to package list file (#4142)

* Add strict mode testing in firebase-messaging (#4095)

* Add gralde property to instrument Fireperf E2E test (#4144)

The perf gradle PR is #334 in the gradle repo.

b/246802885

* Resolve StrictMode violation in App Check. (#4085)

* Resolve StrictMode violation in App Check.

* Attempt to fix some tests.

* Fix unit tests.

* Make `retrieveStoredAppCheckTokenInBackground` private instead of package-private.

* Move listener invocations back to the main thread while keeping disk write on background thread.

* Refactor to use lambda syntax.

* Implemented exponential backoff and max retry with resumable uploads (#4087)

* storage-ktx: add callbackFlow for upload/download progress (#4139)

* add kotlin flows to storage

* update api.txt file

* add group to storage/ktx.gradle

* Make a best effort attempt to flush reports at crash time (#4112)

This should allow us to upload reports for start-up crashes.

* Public Count (#4130)

* Public Count

* Disable prod testing

* Long to long

* Api.txt

* Backfill changelog

* Add PR

* Fix assertEquals error

* Re-write API javadocs for COUNT API (#4143)

Co-authored-by: Denver Coneybeare <[email protected]>

* [Fireperf][AASA] send `_experiment_app_start_ttid` trace, controlled by RC flag (#4114)

* log _experiment_as_ttid

* send event and RRC mitigation

* add RC wip

* modified save to cache when RC fetches

* dev-app manifest override

* unit test for RCc cache saving

* better name and comments

* better formatting remoteconfigmanagertest

* better comments and added local RC lookup back

* Specify unique ref tags in Dackka output (#4149)

* Add util methods for gradle projects

* Disable Javadoc generation on empty projects

* Fix ref path generation in Dackka output

* Add documentation for util methods

* Update the DackkaPlugin docs

* Reduced path to relative from tenant

* Reduced ref head path even more

* Fixed ref tag path to working solution

* Disabled publishJavadoc by default for tests

It should be enabled explicitly when being tested anyhow, and causes issues otherwise. Instead of disabling it for the tests that don't need it- this is much quicker and easier to manager.

* Add strict mode tests to inappmessaging and inappmessaging-display (#4136)

* Fix strict mode violations for appcheck (#4148)

* Fix strict mode violations for appcheck

* Formatting

* Add copyright header

* Populate SDKs changelog files (#4070)

* first try seeding changelogs

* Added unreleased section to CHANGELOG

* Fix empty lines between sections

* Add missing entries for abt

* Update data to include latest releases

* Update CHANGELOG.md

* Add missing line in unreleased section for perf.

* Enable CHANGELOG check globally (#4084)

* Enable CHANGELOG check globally

* Simplify conditional.

* Enable COUNT integration tests, now that backend support has rolled out (#4163)

* Remove separation of kotlin directories in dackka (#4166)

* Deprecate App Check SafetyNet SDK (#4187)

* Add `@Deprecated` annotations to Firebase App Check SafetyNet SDK public API.

* Add `@deprecated` tag in the Javadoc as well.

* Remove stale entries from Unreleased section. (#4185)

* Assign ConfigContainer Builder return values. (#4194)

* update bom (#4155)

* update bom

* update

* update

* feat(perf-ktx): add trace(name, block) extension function (#4180)

* Remove smoke test for app indexing (#4219)

App Indexing is deprecated starting BoM 31.0.0 .

https://firebase.google.com/support/release-notes/android#bom_v31-0-0

* Bump Robolectric to 4.9 (#4161)

* Add plexus-utils for firebase-database tests

Looks like firebase-database tests use plexus-utils dependency of
Robolectric directly. But this dependency was removed by Robolectric. So
this CL adds plexus-utils explictly for firebase-database tests.

Signed-off-by: utzcoz <[email protected]>

* Bump Robolectric to 4.9

1. Use legacy LooperMode for tests explicitly, because recent
   Robolectric releases switch to use PAUSED mode default. Before these
   tests migrate to PAUSED mode, they use LEGACY mode to pass tests.
2. Migrate Assert.assertThat to Truth.assertThat to avoid using removed
   APIs.
3. All build.gradle use the same robolectricVersion except
   transport-backend-cct because Robolectric 4.8+ has compatibility
   problem for TelephonyManager with low compile/targetSdkversion.
   To keep httpclient compatibility, transport-backend-ccts continues to
   use Robolectric 4.3.1.
4. Remove unused exclude protobuf-java from Robolectric.
5. Add necessary protobuf-lite dependency on classpath for
   some ktx modules' tests.

Signed-off-by: utzcoz <[email protected]>

Signed-off-by: utzcoz <[email protected]>

* return exception if modelname is empty (#4226)

* Add "create release PR" github action (#4236)

This implementation:

- Creates the base branch (name is based in user input)
- Creates the release branch (name is based in user input)
- Creates the release.cfg file in the release branch without adding
  any SDK (module) to it.

It can create the branches based on any existing branch of the repo.

* Sync spec tests from web SDK to Android SDK (#4230)

* Update versions (#4238)

* Update versions

* Exclude .github dir from `firebaseContinuousIntegration` paths (#4239)

* Performing IN expansion (#4221)

* WIP: `in` expansion.

* Add composite filter in-expansion test.

* Fix formatting.

* Run in-expansion as part of DNF computation and add tests.

* Add test with nested IN filters with CSI.

* Add tests for other cases.

* typo fix (#4237)

* Firestore: Add test that verifies count query error message when missing index (#4232)

* refactor(functions): update firebase-iid to 21.1.0 (#4225)

* refactor(functions): update firebase-iid to 21.1.0

* Update CHANGELOG.md

* Update CHANGELOG.md

* bump firebase-iid-interop to 17.1.0

* exclude firebase-components from firebase-iid dependency

Signed-off-by: utzcoz <[email protected]>
Co-authored-by: Vladimir Kryachko <[email protected]>
Co-authored-by: Daymon <[email protected]>
Co-authored-by: Raymond Lam <[email protected]>
Co-authored-by: Yifan Yang <[email protected]>
Co-authored-by: Rosário Pereira Fernandes <[email protected]>
Co-authored-by: emilypgoogle <[email protected]>
Co-authored-by: Jeremy Jiang <[email protected]>
Co-authored-by: Rosalyn Tan <[email protected]>
Co-authored-by: Maneesh Tewani <[email protected]>
Co-authored-by: Matthew Robertson <[email protected]>
Co-authored-by: wu-hui <[email protected]>
Co-authored-by: Denver Coneybeare <[email protected]>
Co-authored-by: Leo Zhan <[email protected]>
Co-authored-by: Rodrigo Lazo <[email protected]>
Co-authored-by: Dana Silver <[email protected]>
Co-authored-by: Vinay Guthal <[email protected]>
Co-authored-by: utzcoz <[email protected]>
Co-authored-by: argzdev <[email protected]>
Co-authored-by: Mila <[email protected]>
Co-authored-by: Ehsan <[email protected]>
Co-authored-by: cherylEnkidu <[email protected]>
@google-cla
Copy link

google-cla bot commented Oct 26, 2022

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@lfkellogg lfkellogg changed the base branch from master to fad/in-app-feedback October 26, 2022 17:07
@@ -1 +1,56 @@
# Unreleased
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does this file work?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will need to update this file as we merge changes into the master branch (see go/firebase-android/docs/workflow#release-notes-aka-changelog). To avoid having to retroactively write these we should probably start adding to this as we merge into our feature branches as well, even if the presubmit check doesn't run on those PRs.

@@ -1,17 +1,57 @@
# Unreleased
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does this file work?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ditto

@github-actions
Copy link
Contributor

github-actions bot commented Oct 27, 2022

buildSrc Test Results

18 tests   18 ✔️  1m 38s ⏱️
  4 suites    0 💤
  4 files      0

Results for commit cc09fdb.

♻️ This comment has been updated with latest results.

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Oct 27, 2022

Size Report 1

Affected Products

  • firebase-abt

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar13.7 kB13.8 kB+54 B (+0.4%)
    apk (aggressive)85.8 kB85.8 kB+64 B (+0.1%)
    apk (release)687 kB688 kB+108 B (+0.0%)
  • firebase-appcheck

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar37.1 kB37.6 kB+577 B (+1.6%)
    apk (aggressive)332 kB332 kB+284 B (+0.1%)
    apk (release)977 kB978 kB+904 B (+0.1%)
  • firebase-appcheck-debug

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar11.5 kB11.6 kB+22 B (+0.2%)
    apk (aggressive)332 kB332 kB+228 B (+0.1%)
    apk (release)980 kB980 kB+792 B (+0.1%)
  • firebase-appcheck-debug-testing

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar6.26 kB6.26 kB+1 B (+0.0%)
    apk (aggressive)334 kB334 kB+240 B (+0.1%)
    apk (release)1.02 MB1.02 MB+1.23 kB (+0.1%)
  • firebase-appcheck-interop

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar5.02 kB5.02 kB+1 B (+0.0%)
    apk (release)966 kB966 kB+4 B (+0.0%)
  • firebase-appcheck-ktx

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar5.98 kB5.98 kB+1 B (+0.0%)
    apk (aggressive)349 kB356 kB+7.83 kB (+2.2%)
    apk (release)1.54 MB1.92 MB+378 kB (+24.6%)
  • firebase-appcheck-playintegrity

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar10.1 kB10.1 kB+27 B (+0.3%)
    apk (aggressive)332 kB332 kB+228 B (+0.1%)
    apk (release)990 kB991 kB+1.36 kB (+0.1%)
  • firebase-appcheck-safetynet

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar12.0 kB12.1 kB+62 B (+0.5%)
    apk (aggressive)332 kB332 kB+224 B (+0.1%)
    apk (release)991 kB992 kB+1.18 kB (+0.1%)
  • firebase-appdistribution

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar142 kB142 kB+64 B (+0.0%)
    apk (aggressive)820 kB820 kB+76 B (+0.0%)
    apk (release)2.00 MB2.00 MB+64 B (+0.0%)
  • firebase-appdistribution-api

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar15.8 kB15.9 kB+57 B (+0.4%)
    apk (aggressive)85.7 kB85.8 kB+64 B (+0.1%)
  • firebase-appdistribution-api-ktx

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar5.84 kB5.83 kB-4 B (-0.1%)
    apk (aggressive)102 kB110 kB+7.62 kB (+7.4%)
    apk (release)1.25 MB1.63 MB+376 kB (+30.1%)
  • firebase-common

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar50.1 kB50.1 kB-9 B (-0.0%)
    apk (aggressive)85.1 kB85.1 kB+4 B (+0.0%)
  • firebase-common-ktx

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar6.03 kB6.03 kB-2 B (-0.0%)
    apk (aggressive)101 kB109 kB+7.56 kB (+7.5%)
    apk (release)1.24 MB1.62 MB+375 kB (+30.2%)
  • firebase-config

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar62.9 kB63.0 kB+68 B (+0.1%)
    apk (aggressive)94.3 kB94.4 kB+92 B (+0.1%)
    apk (release)736 kB736 kB+252 B (+0.0%)
  • firebase-config-ktx

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar5.58 kB5.58 kB-1 B (-0.0%)
    apk (aggressive)115 kB119 kB+3.56 kB (+3.1%)
    apk (release)1.30 MB1.67 MB+376 kB (+29.0%)
  • firebase-crashlytics

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar340 kB341 kB+1.03 kB (+0.3%)
    apk (aggressive)217 kB217 kB+388 B (+0.2%)
    apk (release)894 kB896 kB+1.10 kB (+0.1%)
  • firebase-crashlytics-ktx

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar6.59 kB6.59 kB-1 B (-0.0%)
    apk (aggressive)233 kB237 kB+3.92 kB (+1.7%)
    apk (release)1.45 MB1.83 MB+377 kB (+25.9%)
  • firebase-crashlytics-ndk

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar1.67 MB1.67 MB+63 B (+0.0%)
  • firebase-database

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar488 kB488 kB+56 B (+0.0%)
    apk (aggressive)330 kB330 kB+60 B (+0.0%)
    apk (release)1.14 MB1.14 MB+84 B (+0.0%)
  • firebase-database-ktx

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar7.23 kB22.6 kB+15.3 kB (+212.1%)
    apk (aggressive)351 kB354 kB+3.53 kB (+1.0%)
    apk (release)1.70 MB2.08 MB+382 kB (+22.5%)
  • firebase-datatransport

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar4.88 kB4.94 kB+64 B (+1.3%)
    apk (aggressive)131 kB136 kB+4.16 kB (+3.2%)
    apk (release)770 kB771 kB+620 B (+0.1%)
  • firebase-dynamic-links

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar54.5 kB54.6 kB+60 B (+0.1%)
    apk (aggressive)331 kB331 kB+44 B (+0.0%)
    apk (release)979 kB979 kB+32 B (+0.0%)
  • firebase-dynamic-links-ktx

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar8.28 kB8.28 kB-3 B (-0.0%)
    apk (aggressive)351 kB355 kB+3.51 kB (+1.0%)
    apk (release)1.54 MB1.92 MB+376 kB (+24.4%)
  • firebase-dynamic-module-support

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar5.61 kB5.67 kB+65 B (+1.2%)
    apk (aggressive)94.3 kB94.3 kB+12 B (+0.0%)
    apk (release)735 kB735 kB+96 B (+0.0%)
  • firebase-firestore

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar1.30 MB1.30 MB+497 B (+0.0%)
    apk (aggressive)492 kB492 kB+40 B (+0.0%)
    apk (release)3.32 MB3.32 MB-200 B (-0.0%)
  • firebase-firestore-ktx

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar13.7 kB13.7 kB+1 B (+0.0%)
    apk (aggressive)512 kB512 kB+862 B (+0.2%)
    apk (release)4.26 MB4.26 MB+4.39 kB (+0.1%)
  • firebase-functions

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar25.7 kB25.8 kB+64 B (+0.2%)
    apk (aggressive)398 kB375 kB-23.7 kB (-5.9%)
    apk (release)1.21 MB1.23 MB+18.4 kB (+1.5%)
  • firebase-functions-ktx

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar5.69 kB5.69 kB-1 B (-0.0%)
    apk (aggressive)415 kB395 kB-20.2 kB (-4.9%)
    apk (release)1.77 MB2.17 MB+397 kB (+22.4%)
  • firebase-inappmessaging

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar470 kB470 kB+65 B (+0.0%)
    apk (aggressive)665 kB665 kB+148 B (+0.0%)
    apk (release)3.36 MB3.36 MB+392 B (+0.0%)
  • firebase-inappmessaging-display

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar201 kB201 kB+69 B (+0.0%)
    apk (aggressive)1.50 MB1.50 MB+276 B (+0.0%)
    apk (release)4.61 MB4.61 MB+512 B (+0.0%)
  • firebase-inappmessaging-display-ktx

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar17.6 kB17.6 kB-3 B (-0.0%)
    apk (aggressive)1.52 MB1.52 MB+3.62 kB (+0.2%)
    apk (release)5.17 MB5.55 MB+374 kB (+7.2%)
  • firebase-inappmessaging-ktx

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar5.02 kB5.03 kB+5 B (+0.1%)
    apk (aggressive)681 kB685 kB+3.52 kB (+0.5%)
    apk (release)3.92 MB4.29 MB+377 kB (+9.6%)
  • firebase-installations

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar54.9 kB54.9 kB+64 B (+0.1%)
    apk (aggressive)86.4 kB86.5 kB+76 B (+0.1%)
    apk (release)706 kB706 kB+36 B (+0.0%)
  • firebase-installations-interop

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar8.06 kB8.05 kB-2 B (-0.0%)
  • firebase-installations-ktx

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar5.00 kB5.00 kB+1 B (+0.0%)
    apk (aggressive)103 kB111 kB+7.62 kB (+7.4%)
    apk (release)1.27 MB1.64 MB+374 kB (+29.5%)
  • firebase-messaging

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar142 kB142 kB+55 B (+0.0%)
    apk (aggressive)440 kB440 kB+80 B (+0.0%)
    apk (release)1.14 MB1.14 MB+752 B (+0.1%)
  • firebase-messaging-directboot

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar8.76 kB8.75 kB-3 B (-0.0%)
    apk (aggressive)440 kB440 kB+132 B (+0.0%)
    apk (release)1.14 MB1.14 MB+488 B (+0.0%)
  • firebase-messaging-ktx

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar6.10 kB6.10 kB+2 B (+0.0%)
    apk (aggressive)456 kB460 kB+3.59 kB (+0.8%)
    apk (release)1.70 MB2.08 MB+379 kB (+22.3%)
  • firebase-ml-modeldownloader

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar87.3 kB87.5 kB+197 B (+0.2%)
    apk (aggressive)143 kB143 kB+52 B (+0.0%)
    apk (release)822 kB823 kB+828 B (+0.1%)
  • firebase-ml-modeldownloader-ktx

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar6.10 kB6.10 kB+4 B (+0.1%)
    apk (aggressive)160 kB163 kB+3.57 kB (+2.2%)
    apk (release)1.38 MB1.76 MB+378 kB (+27.3%)
  • firebase-perf

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar309 kB311 kB+1.82 kB (+0.6%)
    apk (aggressive)1.03 MB1.03 MB+848 B (+0.1%)
    apk (release)2.47 MB2.47 MB+1.34 kB (+0.1%)
  • firebase-perf-ktx

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar15.6 kB16.0 kB+335 B (+2.1%)
    apk (aggressive)1.05 MB1.05 MB+4.40 kB (+0.4%)
    apk (release)3.03 MB3.41 MB+379 kB (+12.5%)
  • firebase-segmentation

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar19.9 kB20.0 kB+62 B (+0.3%)
    apk (aggressive)87.0 kB87.1 kB+80 B (+0.1%)
    apk (release)712 kB712 kB-4 B (-0.0%)
  • firebase-storage

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar115 kB116 kB+1.02 kB (+0.9%)
    apk (aggressive)330 kB330 kB+68 B (+0.0%)
    apk (release)1.01 MB1.01 MB+504 B (+0.1%)
  • firebase-storage-ktx

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar6.82 kB13.1 kB+6.26 kB (+91.9%)
    apk (aggressive)350 kB354 kB+3.54 kB (+1.0%)
    apk (release)1.57 MB1.95 MB+379 kB (+24.2%)
  • transport-backend-cct

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar53.6 kB53.6 kB-1 B (-0.0%)
    apk (release)105 kB105 kB+416 B (+0.4%)
  • transport-runtime

    TypeBase (6c391a2)Merge (cb2c8ee)Diff
    aar178 kB180 kB+1.08 kB (+0.6%)
    apk (release)83.0 kB83.5 kB+540 B (+0.7%)

Test Logs

  1. https://storage.googleapis.com/firebase-sdk-metric-reports/pnOz7melUb.html

@lfkellogg lfkellogg merged commit b5bab24 into fad/in-app-feedback Oct 27, 2022
@lfkellogg lfkellogg deleted the lk/merge-fad-next-into-iaf branch October 27, 2022 21:25
@firebase firebase locked and limited conversation to collaborators Nov 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants