-
Notifications
You must be signed in to change notification settings - Fork 617
upgrade protobuf-javalite to 3.21.11 #4600
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
Conversation
Javadoc Changes:--- /home/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/appdistribution/UpdateProgress.html 2023-01-26 21:45:33.555683925 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/appdistribution/UpdateProgress.html 2023-01-26 21:38:43.275945706 +0000
@@ -35,7 +35,7 @@
</td>
</tr>
<tr>
- <td width="40%"><code>abstract @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a></code></td>
+ <td width="40%"><code>abstract @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/appdistribution/UpdateStatus.html">UpdateStatus</a></code></td>
<td>
<div><code><a href="/docs/reference/android/com/google/firebase/appdistribution/UpdateProgress.html#getUpdateStatus()">getUpdateStatus</a>()</code></div>
<p>Returns the current <code><a href="/docs/reference/android/com/google/firebase/appdistribution/UpdateStatus.html">UpdateStatus</a></code> of the update.</p>
@@ -57,7 +57,7 @@
</div>
<div><a name="getUpdateStatus--"></a><a name="getupdatestatus"></a>
<h3 class="api-name" id="getUpdateStatus()">getUpdateStatus</h3>
- <pre class="api-signature no-pretty-print">abstract @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a> <a href="/docs/reference/android/com/google/firebase/appdistribution/UpdateProgress.html#getUpdateStatus()">getUpdateStatus</a>()</pre>
+ <pre class="api-signature no-pretty-print">abstract @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/appdistribution/UpdateStatus.html">UpdateStatus</a> <a href="/docs/reference/android/com/google/firebase/appdistribution/UpdateProgress.html#getUpdateStatus()">getUpdateStatus</a>()</pre>
<p>Returns the current <code><a href="/docs/reference/android/com/google/firebase/appdistribution/UpdateStatus.html">UpdateStatus</a></code> of the update.</p>
</div>
</body> --- /home/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/firestore/LoadBundleTaskProgress.html 2023-01-26 21:43:51.125750451 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/firestore/LoadBundleTaskProgress.html 2023-01-26 21:36:46.125738888 +0000
@@ -81,7 +81,7 @@
</td>
</tr>
<tr>
- <td width="40%"><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/LoadBundleTaskProgress.TaskState.html">LoadBundleTaskProgress.TaskState</a></code></td>
+ <td width="40%"><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a></code></td>
<td>
<div><code><a href="/docs/reference/android/com/google/firebase/firestore/LoadBundleTaskProgress.html#getTaskState()">getTaskState</a>()</code></div>
<p>Returns the current state of the <code><a href="/docs/reference/android/com/google/firebase/firestore/LoadBundleTask.html">LoadBundleTask</a></code>.</p>
@@ -137,7 +137,7 @@
</div>
<div><a name="getTaskState--"></a><a name="gettaskstate"></a>
<h3 class="api-name" id="getTaskState()">getTaskState</h3>
- <pre class="api-signature no-pretty-print">public @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/LoadBundleTaskProgress.TaskState.html">LoadBundleTaskProgress.TaskState</a> <a href="/docs/reference/android/com/google/firebase/firestore/LoadBundleTaskProgress.html#getTaskState()">getTaskState</a>()</pre>
+ <pre class="api-signature no-pretty-print">public @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a> <a href="/docs/reference/android/com/google/firebase/firestore/LoadBundleTaskProgress.html#getTaskState()">getTaskState</a>()</pre>
<p>Returns the current state of the <code><a href="/docs/reference/android/com/google/firebase/firestore/LoadBundleTask.html">LoadBundleTask</a></code>.</p>
</div>
<div><a name="getTotalBytes--"></a><a name="gettotalbytes"></a> --- /home/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/appdistribution/UpdateProgress.html 2023-01-26 21:45:33.579684378 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/appdistribution/UpdateProgress.html 2023-01-26 21:38:43.303946237 +0000
@@ -35,7 +35,7 @@
</td>
</tr>
<tr>
- <td width="40%"><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a></code></td>
+ <td width="40%"><code><a href="/docs/reference/kotlin/com/google/firebase/appdistribution/UpdateStatus.html">UpdateStatus</a></code></td>
<td>
<div><code><a href="/docs/reference/kotlin/com/google/firebase/appdistribution/UpdateProgress.html#getUpdateStatus()">getUpdateStatus</a>()</code></div>
<p>Returns the current <code><a href="/docs/reference/kotlin/com/google/firebase/appdistribution/UpdateStatus.html">UpdateStatus</a></code> of the update.</p>
@@ -57,7 +57,7 @@
</div>
<div><a name="getUpdateStatus--"></a><a name="getupdatestatus"></a>
<h3 class="api-name" id="getUpdateStatus()">getUpdateStatus</h3>
- <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/appdistribution/UpdateProgress.html#getUpdateStatus()">getUpdateStatus</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a></pre>
+ <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/appdistribution/UpdateProgress.html#getUpdateStatus()">getUpdateStatus</a>(): <a href="/docs/reference/kotlin/com/google/firebase/appdistribution/UpdateStatus.html">UpdateStatus</a></pre>
<p>Returns the current <code><a href="/docs/reference/kotlin/com/google/firebase/appdistribution/UpdateStatus.html">UpdateStatus</a></code> of the update.</p>
</div>
</body> --- /home/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/firestore/LoadBundleTaskProgress.html 2023-01-26 21:43:51.197751810 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/firestore/LoadBundleTaskProgress.html 2023-01-26 21:36:46.173739793 +0000
@@ -81,7 +81,7 @@
</td>
</tr>
<tr>
- <td width="40%"><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/LoadBundleTaskProgress.TaskState.html">LoadBundleTaskProgress.TaskState</a></code></td>
+ <td width="40%"><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a></code></td>
<td>
<div><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/LoadBundleTaskProgress.html#getTaskState()">getTaskState</a>()</code></div>
<p>Returns the current state of the <code><a href="/docs/reference/kotlin/com/google/firebase/firestore/LoadBundleTask.html">LoadBundleTask</a></code>.</p>
@@ -137,7 +137,7 @@
</div>
<div><a name="getTaskState--"></a><a name="gettaskstate"></a>
<h3 class="api-name" id="getTaskState()">getTaskState</h3>
- <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/firestore/LoadBundleTaskProgress.html#getTaskState()">getTaskState</a>(): <a href="/docs/reference/kotlin/com/google/firebase/firestore/LoadBundleTaskProgress.TaskState.html">LoadBundleTaskProgress.TaskState</a></pre>
+ <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/firestore/LoadBundleTaskProgress.html#getTaskState()">getTaskState</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a></pre>
<p>Returns the current state of the <code><a href="/docs/reference/kotlin/com/google/firebase/firestore/LoadBundleTask.html">LoadBundleTask</a></code>.</p>
</div>
<div><a name="getTotalBytes--"></a><a name="gettotalbytes"></a> |
Size Report 1Affected Products
Test Logs |
Startup Time Report 1Note: Layout is sometimes suboptimal due to limited formatting support on GitHub. Please check this report on GCS. Notes
Startup Times
|
Unit Test Results 722 files + 564 722 suites +564 1h 26m 54s ⏱️ + 1h 24m 7s For more details on these failures, see this check. Results for commit 49166ff. ± Comparison against base commit 9d99981. |
Coverage Report 1Affected Products
Test Logs |
Closing in deference to #4588 |
No description provided.