Skip to content

Commit a3b58cc

Browse files
authored
Update build.gradle
1 parent 77102b7 commit a3b58cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222
}
2323
}
2424

25-
// Force total alignment to kill the 'duplicate class' error
25+
// Pro-Level Synchronization: Forces the entire project to one standard
2626
configurations.all {
2727
resolutionStrategy {
2828
eachDependency { DependencyResolveDetails details ->
@@ -56,7 +56,7 @@ dependencies {
5656
implementation "androidx.camera:camera-video:${camerax_version}"
5757
implementation "androidx.camera:camera-view:${camerax_version}"
5858

59-
// Core UI with manual override for the log errors
59+
// Core UI with specific version overrides to match our strategy
6060
implementation 'com.google.android.material:material:1.11.0'
6161
implementation 'androidx.appcompat:appcompat:1.6.1'
6262
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

0 commit comments

Comments
 (0)