-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[camerax] Add a dependency on kotlin-bom to align versions of kotlin-stdlib #3960
Changes from 6 commits
9220ea3
8fb2f71
86b48b2
f1696d9
26f1c72
169f828
eda00fe
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
## 0.5.0+2 | ||
|
||
* Add a dependency on kotlin-bom to align versions kotlin transitive dependencies. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this missing an "of" in "versions kotlin"? (also, "Kotlin") There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes it is 🤦. It was originally "to align Kotlin transitive dependencies" and I missed an "of" when adding "versions" |
||
* Remove note in `README.md` regarding duplicate Kotlin classes issue. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removes |
||
|
||
## 0.5.0+1 | ||
|
||
* Update `README.md` to include known duplicate Kotlin classes issue. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
buildscript { | ||
ext.kotlin_version = '1.8.0' | ||
ext.kotlin_version = '1.7.10' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why does this have version 1.7.10 but the code here packages/camera/camera_android_camerax/android/build.gradle There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We explicitly want to test that the plugin works out of the box for users with a default |
||
repositories { | ||
google() | ||
mavenCentral() | ||
|
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.
Nit: Adds
https://github.com/flutter/flutter/wiki/Contributing-to-Plugins-and-Packages#changelog-style