-
Notifications
You must be signed in to change notification settings - Fork 131
Remove old support libraries #1522
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
sdk/appcenter/src/main/java/com/microsoft/appcenter/utils/InstrumentationRegistryHelper.java
Outdated
Show resolved
Hide resolved
...src/androidTest/java/com/microsoft/appcenter/persistence/DatabasePersistenceAndroidTest.java
Show resolved
Hide resolved
...pcenter/src/androidTest/java/com/microsoft/appcenter/persistence/PersistenceAndroidTest.java
Show resolved
Hide resolved
...r/src/androidTest/java/com/microsoft/appcenter/utils/storage/DatabaseManagerAndroidTest.java
Show resolved
Hide resolved
implementation "com.android.support:recyclerview-v7:${rootProject.ext.supportLibVersion}" | ||
implementation "androidx.appcompat:appcompat:1.0.2" | ||
implementation "androidx.browser:browser:1.0.0" | ||
implementation "androidx.recyclerview:recyclerview:1.1.0" |
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.
Does it mean that all applications that use SDK have to change it? Is it breaking change?
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.
Nope, these changes need only for the correct passing of our CI steps
61173bc
to
02e7ea8
Compare
Please have a look at our guidelines for contributions and consider the following before you submit the PR:
CHANGELOG.md
been updated?Did you add unit tests?Description
Remove old support libraries
Related PRs or issues
AB#85280
#1505