Skip to content

Update compose version to 1.10.4.#12486

Merged
jaynewstrom-stripe merged 3 commits intomasterfrom
jaynewstrom/compose-1.10.4
Mar 1, 2026
Merged

Update compose version to 1.10.4.#12486
jaynewstrom-stripe merged 3 commits intomasterfrom
jaynewstrom/compose-1.10.4

Conversation

@jaynewstrom-stripe
Copy link
Collaborator

Summary

Updates to the latest compose version.

@jaynewstrom-stripe jaynewstrom-stripe added the dependencies Pull requests that update a dependency file label Mar 1, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 1, 2026

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.5 MiB │     4.5 MiB │ -31 B │   9.5 MiB │   9.5 MiB │ -24 B 
     arsc │     3.6 MiB │     3.6 MiB │   0 B │   3.6 MiB │   3.6 MiB │   0 B 
 manifest │     5.7 KiB │     5.7 KiB │   0 B │  30.7 KiB │  30.7 KiB │   0 B 
      res │ 1,001.8 KiB │ 1,001.8 KiB │   0 B │   1.6 MiB │   1.6 MiB │   0 B 
   native │     2.7 MiB │     2.7 MiB │   0 B │   2.7 MiB │   2.7 MiB │   0 B 
    asset │      25 KiB │      25 KiB │  +2 B │  45.7 KiB │  45.7 KiB │  +1 B 
    other │   244.1 KiB │   244.2 KiB │  +8 B │ 504.1 KiB │ 504.1 KiB │   0 B 
──────────┼─────────────┼─────────────┼───────┼───────────┼───────────┼───────
    total │      12 MiB │      12 MiB │ -21 B │    18 MiB │    18 MiB │ -23 B 

 DEX     │ old   │ new   │ diff      
─────────┼───────┼───────┼───────────
   files │     1 │     1 │ 0         
 strings │ 44468 │ 44468 │ 0 (+2 -2) 
   types │ 14020 │ 14020 │ 0 (+0 -0) 
 classes │ 11382 │ 11382 │ 0 (+0 -0) 
 methods │ 62539 │ 62539 │ 0 (+3 -3) 
  fields │ 40272 │ 40272 │ 0 (+0 -0) 

 ARSC    │ old  │ new  │ diff 
─────────┼──────┼──────┼──────
 configs │  319 │  319 │  0   
 entries │ 7417 │ 7417 │  0
APK
    compressed    │  uncompressed   │                                      
──────────┬───────┼─────────┬───────┤                                      
 size     │ diff  │ size    │ diff  │ path                                 
──────────┼───────┼─────────┼───────┼──────────────────────────────────────
  4.5 MiB │ -31 B │ 9.5 MiB │ -24 B │ ∆ classes.dex                        
 58.1 KiB │  +9 B │ 129 KiB │   0 B │ ∆ META-INF/CERT.SF                   
  1.2 KiB │  -2 B │ 1.2 KiB │   0 B │ ∆ META-INF/CERT.RSA                  
  8.9 KiB │  +1 B │ 8.8 KiB │  +1 B │ ∆ assets/dexopt/baseline.prof        
  1.9 KiB │  +1 B │ 7.7 KiB │   0 B │ ∆ assets/sentry-external-modules.txt 
 54.8 KiB │  +1 B │ 129 KiB │   0 B │ ∆ META-INF/MANIFEST.MF               
──────────┼───────┼─────────┼───────┼──────────────────────────────────────
  4.6 MiB │ -21 B │ 9.8 MiB │ -23 B │ (total)
DEX
STRINGS:

   old   │ new   │ diff      
  ───────┼───────┼───────────
   44468 │ 44468 │ 0 (+2 -2) 
  
  + r8-map-id-f250f84dfeec8cac58ba023d9e9590c2768fcfb66a8a8068d37b2401c7b938fb
  + ~~R8{"backend":"dex","compilation-mode":"release","has-checksums":false,"min-api":23,"pg-map-id":"f250f84dfeec8cac58ba023d9e9590c2768fcfb66a8a8068d37b2401c7b938fb","r8-mode":"full","version":"8.13.19"}
  
  - r8-map-id-8d26b40f43d8d6c8f87c65a5001fa2a90088a7807a9c31f26db7226c23b0c274
  - ~~R8{"backend":"dex","compilation-mode":"release","has-checksums":false,"min-api":23,"pg-map-id":"8d26b40f43d8d6c8f87c65a5001fa2a90088a7807a9c31f26db7226c23b0c274","r8-mode":"full","version":"8.13.19"}
  

METHODS:

   old   │ new   │ diff      
  ───────┼───────┼───────────
   62539 │ 62539 │ 0 (+3 -3) 
  
  + g0.b0 f(int, int, m) → int
  + g0.c0 f(int, int, m) → int
  + g0.d f(int, int, m) → int
  
  - g0.b0 f(int, m, o1) → int
  - g0.c0 f(int, m, o1) → int
  - g0.d f(int, m, o1) → int

@jaynewstrom-stripe jaynewstrom-stripe marked this pull request as ready for review March 1, 2026 14:26
@jaynewstrom-stripe jaynewstrom-stripe requested review from a team as code owners March 1, 2026 14:26
@jaynewstrom-stripe jaynewstrom-stripe enabled auto-merge (squash) March 1, 2026 14:27
@jaynewstrom-stripe jaynewstrom-stripe merged commit 6179c6b into master Mar 1, 2026
22 checks passed
@jaynewstrom-stripe jaynewstrom-stripe deleted the jaynewstrom/compose-1.10.4 branch March 1, 2026 21:54
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.

2 participants