File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11vNext
22----------
3+ 
4+ Version 23.0.2
5+ ----------
36- [MINOR] Add OTel Benchmarker (#2786)
47- [MAJOR] Add KeyStoreBackedSecretKeyProvider (#2674)
58- [MINOR] Add Open Id configuration issuer validation reporting in OpenIdProviderConfigurationClient (#2751)
@@ -1181,4 +1184,4 @@ Version 0.0.3
11811184    * Separate methods for PII/OII logging
11821185- Initial Exception model implemented
11831186    * BaseException + Client & Service subclasses
1184- - Substantial portions of HTTP/S networking code migrated from ADAL & MSAL to this module
1187+ - Substantial portions of HTTP/S networking code migrated from ADAL & MSAL to this module
Original file line number Diff line number Diff line change @@ -391,10 +391,10 @@ tasks.configureEach { task ->
391391        task. dependsOn ' bundleDistReleaseAar' 
392392    }
393393    if  (task. name ==  " generateMetadataFileForDistDebugPublication" 
394-         task. mustRunAfter ' bundleDistReleaseAar ' 
394+         task. mustRunAfter ' bundleDistDebugAar ' 
395395    }
396396    if  (task. name ==  " generateMetadataFileForDistReleasePublication" 
397-         task. dependsOn ' bundleDistDebugAar ' 
397+         task. dependsOn ' bundleDistReleaseAar ' 
398398    }
399399}
400400
@@ -430,4 +430,3 @@ tasks.register("dependenciesSizeCheck") {
430430        }
431431    }
432432}
433- 
Original file line number Diff line number Diff line change 11# Wed May 12 20:08:39 UTC 2021
2- versionName =22.1.0 
2+ versionName =23.0.2 
33versionCode =1 
44latestPatchVersion =227 
Original file line number Diff line number Diff line change 11# Tue Apr 06 22:55:08 UTC 2021
2- versionName =22.1.0 
2+ versionName =23.0.2 
33versionCode =1 
44latestPatchVersion =234 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments