Skip to content
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

Update 3.5.0 #637

Merged
merged 15 commits into from
Jun 28, 2021
Merged

Update 3.5.0 #637

merged 15 commits into from
Jun 28, 2021

Conversation

vbuberen
Copy link
Collaborator

πŸ“„ Context

This PR is a set of changes required to release a new version of Chucker with support Android 12.
It has not all changes from develop, but all non-breaking ones and changes required to support Android 12.

πŸ“ Changes

🚫 Breaking

Nothing breaking expected as I tried to take only parts we need.

πŸ› οΈ How to test

No special testing required. Tried to run both on an emulator with API 19 and on one with Android S

⏱️ Next steps

I will create a follow up PRs with updates to changelogs and readme files.

@vbuberen vbuberen added the enhancement New feature or improvement to the library label Jun 26, 2021
@@ -23,11 +23,16 @@ android {

buildFeatures {
viewBinding = true
buildConfig = false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is in theory a breaking change but I think we can make it slide. I don't suppose anyone uses BuildConfig.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. I would like to play safe and be sure that we don't introduce anything breaking for 3.x users, so reverted this change.

@@ -95,6 +95,10 @@ afterEvaluate {
name = 'Olivier Perez'
email = 'olivier@olivierperez.fr'
}
developer {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MiSikora Found out that we had you missing for quite some time here in POM. Decided to fix it here. Will do a PR for develop as well later.
Let me know if this data is fine (took it from one of your repos πŸ˜„ ) and if you would like to add your email as well here.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup, looks good. Skipping email is fine :).

@vbuberen vbuberen requested a review from MiSikora June 28, 2021 12:35
Bumps `kotlinVersion` from 1.5.10 to 1.5.20.

Updates `kotlin-gradle-plugin` from 1.5.10 to 1.5.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.20/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.5.10...v1.5.20)

Updates `kotlin-stdlib` from 1.5.10 to 1.5.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.20/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.5.10...v1.5.20)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement to the library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants