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

fix!: updated Gradle version, plugins and libraries #212

Merged
merged 7 commits into from
Sep 26, 2023

Conversation

kikoso
Copy link
Collaborator

@kikoso kikoso commented Sep 15, 2023

This PR updates the AGP version, and that of several plugins and libraries. A small step for humankind, a big step for us.


Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open a GitHub issue as a bug/feature request before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #206 🦕
Fixes #192
Fixes #156

@kikoso kikoso requested a review from a team as a code owner September 15, 2023 07:32
README.md Outdated Show resolved Hide resolved
build.gradle Outdated Show resolved Hide resolved
build.gradle Outdated Show resolved Hide resolved
build.gradle Show resolved Hide resolved
@wangela wangela changed the title chore: updated Gradle version, plugins and libraries chore!: updated Gradle version, plugins and libraries Sep 16, 2023
@wangela
Copy link
Member

wangela commented Sep 16, 2023

Since this removes the v3 beta, this will be considered a breaking change and require a major version bump. We are also fixing ambiguity about which dependency wins (transitive dependency on Maps SDK and Maps Utils in the build.gradle or explicitly added dependency recommended in the README) so promoting this from a chore to a fix.

@wangela wangela changed the title chore!: updated Gradle version, plugins and libraries fix!: updated Gradle version, plugins and libraries Sep 16, 2023
@kikoso
Copy link
Collaborator Author

kikoso commented Sep 18, 2023

Since this removes the v3 beta, this will be considered a breaking change and require a major version bump. We are also fixing ambiguity about which dependency wins (transitive dependency on Maps SDK and Maps Utils in the build.gradle or explicitly added dependency recommended in the README) so promoting this from a chore to a fix.

Makes sense, arguably this is not a mere version or doc update anymore.

@kikoso
Copy link
Collaborator Author

kikoso commented Sep 19, 2023

This should fix #156 too

Copy link
Member

@wangela wangela left a comment

Choose a reason for hiding this comment

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

just one nit!

app/build.gradle Outdated
@@ -58,7 +58,7 @@ dependencies {
implementation deps.androidx.coreKtx
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.1'
implementation 'com.google.android.gms:play-services-maps:18.1.0'
// implementation 'com.google.maps.android:maps-ktx:3.0.1'
//implementation 'com.google.maps.android:maps-ktx:3.4.0'
Copy link
Member

Choose a reason for hiding this comment

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

I think there needs to be a space after the //

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Not strictly from a Gradle perspective, but I am not sure if the documentation script needs it. I have re-added it.

@wangela wangela merged commit d622499 into main Sep 26, 2023
9 checks passed
@wangela wangela deleted the feat/updated_gradle_version_plugins_libraries branch September 26, 2023 15:11
googlemaps-bot pushed a commit that referenced this pull request Sep 26, 2023
# [4.0.0](v3.4.0...v4.0.0) (2023-09-26)

* fix!: updated Gradle version, plugins and libraries (#212) ([d622499](d622499)), closes [#212](#212)

### BREAKING CHANGES

* remove v3 beta

* chore: updated docs

* chore: updated Gradle version, plugins and libraries

* feat: updated Kotlin and dokka

* chore: removed deprecated method
@googlemaps-bot
Copy link
Contributor

🎉 This PR is included in version 4.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update and clarify dependencies for KTX libraries Remove deprecated v3 versions Update dokka integration
3 participants