Skip to content

Commit 9f82145

Browse files
rohitluthraAzure DevOps Pipelineshahzaibjp3dr0rvrohitluthra
authored
Merge branch created from Release/23.0.0 to dev, Fixes AB#3397730 (#2785)
[AB#3397730](https://dev.azure.com/IdentityDivision/Engineering/_workitems/edit/3397730) --------- Co-authored-by: Azure DevOps Pipeline <[email protected]> Co-authored-by: Shahzaib <[email protected]> Co-authored-by: p3dr0rv <[email protected]> Co-authored-by: rohitluthra <[email protected]>
1 parent 5c6584c commit 9f82145

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

changelog.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
vNext
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

common/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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-
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#Wed May 12 20:08:39 UTC 2021
2-
versionName=22.1.0
2+
versionName=23.0.2
33
versionCode=1
44
latestPatchVersion=227

versioning/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#Tue Apr 06 22:55:08 UTC 2021
2-
versionName=22.1.0
2+
versionName=23.0.2
33
versionCode=1
44
latestPatchVersion=234

0 commit comments

Comments
 (0)