-
Notifications
You must be signed in to change notification settings - Fork 138
Upgrading the AGP Version from 7.4.2 to 8.1.1, Fixes AB#2779502 #2254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
6ed0516 to
ede9983
Compare
|
❌ Work item link check failed. Description does not contain AB#{ID}. Click here to Learn more. |
f3100f9 to
6264865
Compare
160bbc8 to
33b9cdb
Compare
782497d to
a157013
Compare
| ext { | ||
| // SDK | ||
| minSdkVersion = 16 | ||
| minSdkVersion = 21 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you intend to change minSdkVersion to 21? I believe this change is here because of a rebase?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I needed this because of Pedros update in common and msal which forced the upgrade. Should I seperate it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to be showing up here because Jeffrey's branch isn't up to date with dev. @jeffrymsft Can you update your branch with latest dev?
7245732 to
3d1c8ea
Compare
| type: github | ||
| name: AzureAD/microsoft-authentication-library-common-for-android | ||
| ref: dev | ||
| ref: gradleVersionChange2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once you are done with your testing. you would be reverting this right back to dev right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll be changing these once I'm convinced everything will merge.
msal/build.gradle
Outdated
| @@ -1,5 +1,5 @@ | |||
| plugins { | |||
| id 'com.microsoft.identity.buildsystem' version '0.2.3' | |||
| id 'com.microsoft.identity.buildsystem' version '0.2.4-1' | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change this to 0.2.5
c07c706 to
d54d6be
Compare
f98c534 to
a864418
Compare
a864418 to
5874f12
Compare
82bb201 to
67c03be
Compare
|
@microsoft-github-policy-service agree |
|
@microsoft-github-policy-service agree company="Microsoft" |
Version Updates:
Dependency Updates:
Build Configuration Changes:
Android Manifest Changes:
Pipeline and CI/CD Updates:
Working Pipeline runs using my branch of common:
MSAL -Build and Test: https://identitydivision.visualstudio.com/Engineering/_build/results?buildId=1466968&view=results
Common PR: AzureAD/microsoft-authentication-library-common-for-android#2587
MSAL PR: #2254
Broker PR: https://github.com/AzureAD/ad-accounts-for-android/pull/3052
Azuresample PR: Azure-Samples/ms-identity-android-java#85
AB#2779502