Skip to content

Bump version to 22.6.0#12219

Merged
tillh-stripe merged 1 commit into
masterfrom
release/22.6.0
Jan 12, 2026
Merged

Bump version to 22.6.0#12219
tillh-stripe merged 1 commit into
masterfrom
release/22.6.0

Conversation

@tillh-stripe
Copy link
Copy Markdown
Collaborator

Summary

Bump version to 22.6.0

Motivation

Testing

  • Added tests
  • Modified tests
  • Manually verified

Screenshots

Before After
before screenshot after screenshot

Changelog

@tillh-stripe tillh-stripe requested review from a team as code owners January 12, 2026 20:18
@tillh-stripe tillh-stripe enabled auto-merge (squash) January 12, 2026 20:18
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jan 12, 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.9 MiB │     4.9 MiB │ +4 B │    11 MiB │    11 MiB │  0 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.2 KiB │  30.2 KiB │  0 B 
      res │ 1,005.4 KiB │ 1,005.4 KiB │  0 B │   1.7 MiB │   1.7 MiB │  0 B 
   native │   949.9 KiB │   949.9 KiB │  0 B │   2.5 MiB │   2.5 MiB │  0 B 
    asset │    24.8 KiB │    24.8 KiB │  0 B │  45.3 KiB │  45.3 KiB │  0 B 
    other │   205.4 KiB │   205.4 KiB │  0 B │ 405.7 KiB │ 405.7 KiB │  0 B 
──────────┼─────────────┼─────────────┼──────┼───────────┼───────────┼──────
    total │    10.6 MiB │    10.6 MiB │ +4 B │  19.2 MiB │  19.2 MiB │  0 B 

         │         raw          │          unique           
         ├───────┬───────┬──────┼───────┬───────┬───────────
 DEX     │ old   │ new   │ diff │ old   │ new   │ diff      
─────────┼───────┼───────┼──────┼───────┼───────┼───────────
   files │     2 │     2 │    0 │       │       │           
 strings │ 58726 │ 58726 │    0 │ 52163 │ 52163 │ 0 (+8 -8) 
   types │ 20723 │ 20723 │    0 │ 17448 │ 17448 │ 0 (+0 -0) 
 classes │ 14679 │ 14679 │    0 │ 14679 │ 14679 │ 0 (+0 -0) 
 methods │ 78323 │ 78323 │    0 │ 73285 │ 73285 │ 0 (+0 -0) 
  fields │ 51292 │ 51292 │    0 │ 48943 │ 48943 │ 0 (+0 -0) 

 ARSC    │ old  │ new  │ diff 
─────────┼──────┼──────┼──────
 configs │  325 │  325 │  0   
 entries │ 6948 │ 6948 │  0
APK
    compressed    │   uncompressed   │                        
───────────┬──────┼───────────┬──────┤                        
 size      │ diff │ size      │ diff │ path                   
───────────┼──────┼───────────┼──────┼────────────────────────
  54.4 KiB │ -7 B │ 127.3 KiB │  0 B │ ∆ META-INF/MANIFEST.MF 
  57.6 KiB │ +5 B │ 127.4 KiB │  0 B │ ∆ META-INF/CERT.SF     
   817 KiB │ +4 B │   1.8 MiB │  0 B │ ∆ classes2.dex         
   1.2 KiB │ +2 B │   1.2 KiB │  0 B │ ∆ META-INF/CERT.RSA    
───────────┼──────┼───────────┼──────┼────────────────────────
 930.2 KiB │ +4 B │   2.1 MiB │  0 B │ (total)
MANIFEST
              │ old                                     │ new                                     
──────────────┼─────────────────────────────────────────┼─────────────────────────────────────────
 package      │ com.stripe.android.paymentsheet.example │ com.stripe.android.paymentsheet.example 
 version code │ 11                                      │ 11                                      
 version name │ 22.5.0                                  │ 22.6.0                                  

@@ -4,3 +4,3 @@
     android:versionCode="11"
-    android:versionName="22.5.0"
+    android:versionName="22.6.0"
     package="com.stripe.android.paymentsheet.example"
DEX
STRINGS:

   old   │ new   │ diff      
  ───────┼───────┼───────────
   52163 │ 52163 │ 0 (+8 -8) 
  
  + 22.6.0
  + Android3ds2Sdk 22.6.0
  + AndroidBindings/22.6.0
  + Stripe/v1 android/22.6.0
  + Version 22.6.0
  + com.stripe.android.stripe3ds2@22.6.0
  + com.stripe:stripe-wechatpay:22.6.0
  + stripe-android/22.6.0
  
  - 22.5.0
  - Android3ds2Sdk 22.5.0
  - AndroidBindings/22.5.0
  - Stripe/v1 android/22.5.0
  - Version 22.5.0
  - com.stripe.android.stripe3ds2@22.5.0
  - com.stripe:stripe-wechatpay:22.5.0
  - stripe-android/22.5.0

@tillh-stripe tillh-stripe merged commit 2b2ac0a into master Jan 12, 2026
22 checks passed
@tillh-stripe tillh-stripe deleted the release/22.6.0 branch January 12, 2026 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants