-
Notifications
You must be signed in to change notification settings - Fork 51
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
Move build versions to catalog #1754
base: main
Are you sure you want to change the base?
Conversation
gradle/libs.versions.toml
Outdated
android-tools-gradlePlugin = { module = "com.android.tools.build:gradle", version.ref = "android-gradlePlugin" } | ||
android-tools-common = { module = "com.android.tools:common", version.ref = "android-sdkBuildTools" } | ||
android-tools-sdkCommon = { module = "com.android.tools:sdk-common", version.ref = "android-sdkBuildTools" } |
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.
What do you think about this?
android-tools-gradlePlugin = { module = "com.android.tools.build:gradle", version.ref = "android-gradlePlugin" } | |
android-tools-common = { module = "com.android.tools:common", version.ref = "android-sdkBuildTools" } | |
android-tools-sdkCommon = { module = "com.android.tools:sdk-common", version.ref = "android-sdkBuildTools" } | |
android-gradlePlugin = { module = "com.android.tools.build:gradle", version.ref = "android-gradlePlugin" } | |
android-common = { module = "com.android.tools:common", version.ref = "android-sdkBuildTools" } | |
android-sdkCommon = { module = "com.android.tools:sdk-common", version.ref = "android-sdkBuildTools" } |
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.
That's better. ddc42aa
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.
Is there a reason you didn't do this for the build plugins too?
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.
Move build versions to a version catalog so that they're properly picked up by Dependabot.