Skip to content

Bump version to 22.3.0#12075

Merged
tianzhao-stripe merged 1 commit into
masterfrom
release/22.3.0
Dec 2, 2025
Merged

Bump version to 22.3.0#12075
tianzhao-stripe merged 1 commit into
masterfrom
release/22.3.0

Conversation

@tianzhao-stripe
Copy link
Copy Markdown
Contributor

Summary

Bump version to 22.3.0

Motivation

Testing

  • Added tests
  • Modified tests
  • Manually verified

Screenshots

Before After
before screenshot after screenshot

Changelog

@tianzhao-stripe tianzhao-stripe requested review from a team as code owners December 1, 2025 23:40
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Dec 1, 2025

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 │  +6 B │    10 MiB │    10 MiB │  0 B 
     arsc │   2.7 MiB │   2.7 MiB │   0 B │   2.7 MiB │   2.7 MiB │  0 B 
 manifest │   5.5 KiB │   5.5 KiB │  +3 B │  29.2 KiB │  29.2 KiB │  0 B 
      res │ 928.5 KiB │ 928.5 KiB │   0 B │   1.5 MiB │   1.5 MiB │  0 B 
   native │ 949.9 KiB │ 949.9 KiB │   0 B │   2.5 MiB │   2.5 MiB │  0 B 
    asset │  24.7 KiB │  24.7 KiB │   0 B │    45 KiB │    45 KiB │  0 B 
    other │ 195.8 KiB │ 195.8 KiB │ +12 B │ 387.1 KiB │ 387.1 KiB │  0 B 
──────────┼───────────┼───────────┼───────┼───────────┼───────────┼──────
    total │   9.3 MiB │   9.3 MiB │ +21 B │  17.1 MiB │  17.1 MiB │  0 B 

         │         raw          │          unique           
         ├───────┬───────┬──────┼───────┬───────┬───────────
 DEX     │ old   │ new   │ diff │ old   │ new   │ diff      
─────────┼───────┼───────┼──────┼───────┼───────┼───────────
   files │     2 │     2 │    0 │       │       │           
 strings │ 48519 │ 48519 │    0 │ 47352 │ 47352 │ 0 (+8 -8) 
   types │ 16842 │ 16842 │    0 │ 16259 │ 16259 │ 0 (+0 -0) 
 classes │ 13604 │ 13604 │    0 │ 13604 │ 13604 │ 0 (+0 -0) 
 methods │ 67510 │ 67510 │    0 │ 66783 │ 66783 │ 0 (+0 -0) 
  fields │ 44948 │ 44948 │    0 │ 44674 │ 44674 │ 0 (+0 -0) 

 ARSC    │ old  │ new  │ diff 
─────────┼──────┼──────┼──────
 configs │  242 │  242 │  0   
 entries │ 6247 │ 6247 │  0
APK
    compressed    │   uncompressed   │                                           
──────────┬───────┼───────────┬──────┤                                           
 size     │ diff  │ size      │ diff │ path                                      
──────────┼───────┼───────────┼──────┼───────────────────────────────────────────
 53.6 KiB │ +18 B │ 118.6 KiB │  0 B │ ∆ META-INF/CERT.SF                        
  4.4 MiB │  +6 B │   9.8 MiB │  0 B │ ∆ classes.dex                             
 50.4 KiB │  -5 B │ 118.5 KiB │  0 B │ ∆ META-INF/MANIFEST.MF                    
  5.5 KiB │  +3 B │  29.2 KiB │  0 B │ ∆ AndroidManifest.xml                     
    270 B │  -1 B │     120 B │  0 B │ ∆ META-INF/version-control-info.textproto 
──────────┼───────┼───────────┼──────┼───────────────────────────────────────────
  4.5 MiB │ +21 B │  10.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.2.0                                  │ 22.3.0                                  

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

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

@tianzhao-stripe tianzhao-stripe merged commit 06d0db5 into master Dec 2, 2025
22 checks passed
@tianzhao-stripe tianzhao-stripe deleted the release/22.3.0 branch December 2, 2025 00:21
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.

3 participants