Skip to content

Commit 1e8bfe2

Browse files
Copilotp3dr0rv
andauthored
Update changelog and bump dependenciesSizeMb default to 17
Agent-Logs-Url: https://github.com/AzureAD/microsoft-authentication-library-common-for-android/sessions/b18876cb-1bba-4ea2-8624-054e634b0ff4 Co-authored-by: p3dr0rv <76129899+p3dr0rv@users.noreply.github.com>
1 parent fa9cdb7 commit 1e8bfe2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
vNext
22
----------
3+
- [MINOR] Upgrade compileSdkVersion to 36, buildToolsVersion to 36.0.0, and browserVersion to 1.9.0 to enable AuthTabIntent API (#3065)
34

45
Version 24.1.0
56
----------

common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ tasks.withType(GenerateMavenPom).all {
460460
}
461461
}
462462

463-
def dependenciesSizeInMb = project.hasProperty("dependenciesSizeMb") ? project.dependenciesSizeMb : "16"
463+
def dependenciesSizeInMb = project.hasProperty("dependenciesSizeMb") ? project.dependenciesSizeMb : "17"
464464
String configToCheck = project.hasProperty("dependenciesSizeCheckConfig") ? project.dependenciesSizeCheckConfig : "distReleaseRuntimeClasspath"
465465
tasks.register("dependenciesSizeCheck") {
466466
doLast() {

0 commit comments

Comments
 (0)