这是indexloc提供的服务,不要输入任何密码
Skip to content

Update dependencies. #9473

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 2 commits into from
Oct 18, 2024
Merged

Conversation

jaynewstrom-stripe
Copy link
Collaborator

@jaynewstrom-stripe jaynewstrom-stripe commented Oct 18, 2024

Summary

Continuing to update dependencies to the latest.

Copy link
Contributor

github-actions bot commented Oct 18, 2024

Diffuse output:

OLD: paymentsheet-example-release-master.apk (signature: V1, V2)
NEW: paymentsheet-example-release-pr.apk (signature: V1, V2)

          │            compressed            │           uncompressed           
          ├───────────┬───────────┬──────────┼───────────┬──────────┬───────────
 APK      │ old       │ new       │ diff     │ old       │ new      │ diff      
──────────┼───────────┼───────────┼──────────┼───────────┼──────────┼───────────
      dex │     4 MiB │     4 MiB │ -2.1 KiB │   8.6 MiB │  8.6 MiB │  -3.1 KiB 
     arsc │   2.3 MiB │   2.3 MiB │    -44 B │   2.3 MiB │  2.3 MiB │     -44 B 
 manifest │   5.1 KiB │   5.1 KiB │     +1 B │  25.6 KiB │ 25.6 KiB │       0 B 
      res │ 933.8 KiB │ 933.8 KiB │      0 B │   1.5 MiB │  1.5 MiB │       0 B 
   native │   2.6 MiB │   2.6 MiB │      0 B │     6 MiB │    6 MiB │       0 B 
    asset │   2.9 MiB │   2.9 MiB │    +42 B │   2.9 MiB │  2.9 MiB │     +42 B 
    other │ 195.9 KiB │ 200.4 KiB │ +4.5 KiB │ 430.6 KiB │  442 KiB │ +11.4 KiB 
──────────┼───────────┼───────────┼──────────┼───────────┼──────────┼───────────
    total │  12.9 MiB │  12.9 MiB │ +2.4 KiB │  21.8 MiB │ 21.8 MiB │  +8.3 KiB 

 DEX     │ old   │ new   │ diff                
─────────┼───────┼───────┼─────────────────────
   files │     1 │     1 │   0                 
 strings │ 42510 │ 42449 │ -61 (+4869 -4930)   
   types │ 14270 │ 14249 │ -21 (+4773 -4794)   
 classes │ 11876 │ 11861 │ -15 (+3915 -3930)   
 methods │ 61071 │ 60977 │ -94 (+33243 -33337) 
  fields │ 40272 │ 40208 │ -64 (+28934 -28998) 

 ARSC    │ old  │ new  │ diff       
─────────┼──────┼──────┼────────────
 configs │  242 │  242 │  0         
 entries │ 6271 │ 6269 │ -2 (+0 -2)
APK
     compressed      │     uncompressed     │                                                       
──────────┬──────────┼───────────┬──────────┤                                                       
 size     │ diff     │ size      │ diff     │ path                                                  
──────────┼──────────┼───────────┼──────────┼───────────────────────────────────────────────────────
  3.7 KiB │ +3.7 KiB │   9.9 KiB │ +9.9 KiB │ + META-INF/androidx/annotation/annotation/LICENSE.txt 
    4 MiB │ -2.1 KiB │   8.6 MiB │ -3.1 KiB │ ∆ classes.dex                                         
    624 B │   +624 B │     1 KiB │   +1 KiB │ + META-INF/NOTICE.md                                  
    127 B │   +127 B │       5 B │     +5 B │ + META-INF/services/M9.B                              
    127 B │   +127 B │       5 B │     +5 B │ + META-INF/services/N9.a                              
          │   -127 B │           │     -5 B │ - META-INF/services/N9.B                              
          │   -127 B │           │     -5 B │ - META-INF/services/O9.a                              
 50.3 KiB │   +121 B │ 118.4 KiB │   +213 B │ ∆ META-INF/MANIFEST.MF                                
 53.5 KiB │   +104 B │ 118.5 KiB │   +213 B │ ∆ META-INF/CERT.SF                                    
  2.3 MiB │    -44 B │   2.3 MiB │    -44 B │ ∆ resources.arsc                                      
    1 KiB │    +22 B │     900 B │    +22 B │ ∆ assets/dexopt/baseline.profm                        
    8 KiB │    +20 B │   7.9 KiB │    +20 B │ ∆ assets/dexopt/baseline.prof                         
  5.1 KiB │     +1 B │  25.6 KiB │      0 B │ ∆ AndroidManifest.xml                                 
  1.2 KiB │     +1 B │   1.2 KiB │      0 B │ ∆ META-INF/CERT.RSA                                   
──────────┼──────────┼───────────┼──────────┼───────────────────────────────────────────────────────
  6.4 MiB │ +2.4 KiB │  11.3 MiB │ +8.3 KiB │ (total)
MANIFEST
@@ -453,21 +453,3 @@
         />
-    <service
-        android:exported="false"
-        android:name="com.google.android.datatransport.runtime.backends.TransportBackendDiscovery"
-        >
-      <meta-data
-          android:name="backend:com.google.android.datatransport.cct.CctBackendFactory"
-          android:value="cct"
-          />
-    </service>
-    <service
-        android:exported="false"
-        android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService"
-        android:permission="android.permission.BIND_JOB_SERVICE"
-        />
     <receiver
-        android:exported="false"
-        android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.AlarmManagerSchedulerBroadcastReceiver"
-        />
-    <receiver
         android:directBootAware="false"
@@ -499,2 +481,20 @@
     </receiver>
+    <service
+        android:exported="false"
+        android:name="com.google.android.datatransport.runtime.backends.TransportBackendDiscovery"
+        >
+      <meta-data
+          android:name="backend:com.google.android.datatransport.cct.CctBackendFactory"
+          android:value="cct"
+          />
+    </service>
+    <service
+        android:exported="false"
+        android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService"
+        android:permission="android.permission.BIND_JOB_SERVICE"
+        />
+    <receiver
+        android:exported="false"
+        android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.AlarmManagerSchedulerBroadcastReceiver"
+        />
     <meta-data
DEX
STRINGS:

   old   │ new   │ diff              
  ───────┼───────┼───────────────────
   42510 │ 42449 │ -61 (+4869 -4930) 
  
  +  
  transition = 
  +  as neither fragment has set a Transition. In order to run a SharedElementTransition, you must also set either an enter or exit transition on a fragment involved in the transaction. The sharedElementTransition will run after the back gesture has been committed.
  +  as part of execPendingActions for actions 
  +  as part of execSingleAction for action 
  +  as there are no matching elements in both the entering and exiting fragment. In order to run a SharedElementTransition, both fragments involved must have the element.
  +  between 
  +  dynamicContainer
  +  enabled state is 
  +  enabling OnBackPressedCallback, caused by non-empty pending actions
  +  for  FragmentManager 
  +  for Animator 
  +  for container 
  +  has been canceled
  +  has not been laid out. Skipping onStart for operation 
  +  on operation 
  +  to Container 
  +  with seeking.
  + _container
  + _seekCancelLambda
  + . Please enable seeking support for the designated transition by overriding isSeekingSupported().
  + . Please switch to AndroidX Transition 1.5.0 or higher to enable seeking.
  + >>>>> EnteringViews <<<<<
  + >>>>> ExitingViews <<<<<
  + A24
  + Adding BackProgressCallbacks for Animators to operation 
  + Animating to start
  + Calling onBackPressed via onBackPressed callback
  + Calling popBackStackImmediate via onBackPressed callback
  + Completing animating immediately
  + E1
  + Ending execution of operations from 
  + Entering Transition: 
  + Error: Update listeners must be added beforethe animation.
  + Exiting Transition: 
  + F1
  + Failed to restore view hierarchy state for fragment 
  + Final merged transition: 
  + FragmentManager 
  + FragmentManager has the following pending actions inside of prepareBackStackState: 
  + G1
  + H1
  + I1
  + IZZ
  + Ignoring call to start back stack pop because the back stack is empty.
  + Ignoring shared elements transition 
  + LA4/c;
  + LA4/d;
  + LA4/e;
  + LA5/A;
  + LA5/B;
  + LA5/C;
  + LA5/D;
  + LA5/E;
  + LA5/F;
  + LA5/G;
  + LA5/H;
  + LA5/I;
  + LA5/J;
  + LA5/K;
  + LA5/L;
  + LA5/M;
  + LA5/N;
  + LA5/O;
  + LA5/P;
  + LA5/Q;
  + LA5/o;
  + LA5/p;
  + LA5/q;
  + LA5/r;
  + LA5/s;
  + LA5/t;
  + LA5/u;
  + LA5/v;
  + LA5/w;
  + LA5/x;
  + LA5/y;
  + LA5/z;
  + LA6/A;
  + LA6/B;
  + LA6/C;
  + LA6/D;
  + LA6/E;
  + LA6/F;
  + LA6/G;
  + LA6/H;
  + LA6/I;
  + LA6/J;
  + LA6/K;
  + LA6/L;
  + LA6/M;
  + LA6/N;
  + LA6/O;
  + LA6/P;
  + LA6/Q;
  + LA6/S;
  + LA6/T;
  + LA6/U;
  + LA6/V;
  + LA6/W;
  + LA6/X;
  + LA6/Y;
  + LA6/Z;
  + LA6/a0;
  + LA6/b0;
  + LA6/c0;
  + LA6/d0;
  + LA6/e0;
  + LA6/f0;
  + LA6/g0;
  + LA6/h0;
  + LA6/i0;
  + LA6/p;
  + LA6/q;
  + LA6/r;
  + LA6/s;
  + LA6/t;
  + LA6/u;
  + LA6/v;
  + LA6/w;
  + LA6/x;
  + LA6/y;
  + LA6/z;
  + LA7/A0;
  + LA7/B0;
  + LA7/C0;
  + LA7/D0;
  + LA7/E0;
  + LA7/F0;
  + LA7/G0;
  + LA7/H0;
  + LA7/I0;
  + LA7/J0;
  + LA7/K0;
  + LA7/K;
  + LA7/L0;
  + LA7/L;
  + LA7/M0;
  + LA7/M;
  + LA7/N0;
  + LA7/N;
  + LA7/O0;
  + LA7/O;
  + LA7/P0;
  + LA7/P;
  + LA7/Q0;
  + LA7/Q;
  + LA7/R0;
  + LA7/S0;
  + LA7/S;
  + LA7/T;
  + LA7/U;
  + LA7/V;
  + LA7/W;
  + LA7/X;
  + LA7/Y;
  + LA7/Z;
  + LA7/a0;
  + LA7/b0;
  + LA7/c0;
  + LA7/d0;
  + LA7/e0;
  + LA7/f0;
  + LA7/g0;
  + LA7/h0;
  + LA7/i0;
  + LA7/j0;
  + LA7/k0;
  + LA7/l0;
  + LA7/m0;
  + LA7/n0;
  + LA7/o0;
  + LA7/p0;
  + LA7/q0;
  + LA7/r0;
  + LA7/s0;
  + LA7/t0;
  + LA7/u0;
  + LA7/v0;
  + LA7/w0;
  + LA7/x0;
  + LA7/y0;
  + LA7/z0;
  + LA8/g;
  + LA8/h;
  + LA8/i;
  + LA8/j;
  + LA8/k;
  + LA8/l;
  + LA9/b;
  + LA9/c;
  + LA9/d;
  + LA9/e;
  + LA9/f;
  + LA9/g;
  + LA9/h;
  + LA9/i;
  + LA9/j;
  + LAa/a;
  + LAa/b;
  + LAa/c;
  + LAa/d;
  + LAa/e;
  + LAa/f;
  + LAa/g;
  + LAa/h;
  + LAa/i;
  + LAa/j;
  + LAa/k;
  + LAa/l;
  + LAa/m;
  + LAa/n;
  + LB3/a;
  + LB3/b;
  + LB3/c;
  + LB8/A;
  + LB8/B;
  + LB8/C;
  + LB8/D;
  + LB8/E;
  + LB8/F;
  + LB8/G;
  + LB8/H;
  + LB8/I;
  + LB8/J;
  + LB8/K;
  + LB8/L;
  + LB8/M;
  + LB8/N;
  + LB8/O;
  + LB8/P;
  + LB8/Q;
  + LB8/S;
  + LB8/T;
  + LB8/U;
  + LB8/V;
  + LB8/W;
  + LB8/X;
  + LB8/Y;
  + LB8/Z;
  + LB8/a0;
  + LB8/b0;
  + LB8/c0;
  + LB8/d0;
  + LB8/e0;
  + LB8/f0;
  + LB8/g0;
  + LB8/h0;
  + LB8/i0;
  + LB8/j0;
  + LB8/k0;
  + LB8/l0;
  + LB8/l;
  + LB8/m0;
  + LB8/m;
  + LB8/n0;
  + LB8/n;
  + LB8/o0;
  + LB8/o;
  + LB8/p0;
  + LB8/p;
  + LB8/q0;
  + LB
...✂
ARSC
ENTRIES:

   old  │ new  │ diff       
  ──────┼──────┼────────────
   6271 │ 6269 │ -2 (+0 -2) 
  - dimen/abc_search_view_preferred_height
  - dimen/abc_search_view_preferred_width

@jaynewstrom-stripe jaynewstrom-stripe force-pushed the jaynewstrom/dependency-updates-2024-10 branch from daf34e6 to 5f145df Compare October 18, 2024 15:49
@jaynewstrom-stripe jaynewstrom-stripe marked this pull request as ready for review October 18, 2024 15:51
@jaynewstrom-stripe jaynewstrom-stripe requested review from a team as code owners October 18, 2024 15:51
Copy link
Contributor

@simond-stripe simond-stripe left a comment

Choose a reason for hiding this comment

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

lgtm!

@jaynewstrom-stripe jaynewstrom-stripe enabled auto-merge (squash) October 18, 2024 15:53
@jaynewstrom-stripe jaynewstrom-stripe merged commit 7230a87 into master Oct 18, 2024
17 checks passed
@jaynewstrom-stripe jaynewstrom-stripe deleted the jaynewstrom/dependency-updates-2024-10 branch October 18, 2024 16:18
amk-stripe pushed a commit that referenced this pull request Oct 22, 2024
@jaynewstrom-stripe jaynewstrom-stripe added the dependencies Pull requests that update a dependency file label Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants