Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update build.gradle with a comment explaining version
  • Loading branch information
reidbaker authored May 12, 2023
commit 50789bb5eacfcc326186ab672d005847cddf7794
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
buildscript {
// This version should intentionally be a 1.7.* verson and lower than the
Copy link
Member

Choose a reason for hiding this comment

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

Maybe and "lower than the version of kotlin-bom..."? Some might get confused that this is a version of kotlin gradle plugin, and go look for a version of kotlin gradle plugin in packages/camera/camera_android_camerax/android/build.gradle, but not find one.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

// version defined in packages/camera/camera_android_camerax/android/build.gradle.
// This tests that the kotlin version resolution continues to work.
ext.kotlin_version = '1.7.10'
repositories {
google()
Expand Down