File tree 12 files changed +2
-44
lines changed
12 files changed +2
-44
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,6 @@ plugins {
23
23
}
24
24
25
25
dependencies {
26
- // Atomic group
27
- constraints {
28
- implementation(project(" :appcompat:appcompat" ))
29
- }
30
-
31
26
api(" androidx.annotation:annotation:1.2.0" )
32
27
api(" androidx.core:core:1.6.0" )
33
28
implementation(" androidx.collection:collection:1.0.0" )
Original file line number Diff line number Diff line change @@ -8,11 +8,6 @@ plugins {
8
8
}
9
9
10
10
dependencies {
11
- // Atomic group
12
- constraints {
13
- implementation(project(" :appcompat:appcompat-resources" ))
14
- }
15
-
16
11
api(" androidx.annotation:annotation:1.3.0" )
17
12
api(" androidx.core:core:1.9.0" )
18
13
Original file line number Diff line number Diff line change @@ -23,11 +23,6 @@ plugins {
23
23
}
24
24
25
25
dependencies {
26
- // Atomic group
27
- constraints {
28
- implementation(project(" :biometric:biometric-ktx" ))
29
- }
30
-
31
26
api(libs. kotlinStdlib)
32
27
api(libs. kotlinCoroutinesCore)
33
28
api(project(" :biometric:biometric" ))
Original file line number Diff line number Diff line change @@ -28,11 +28,6 @@ android {
28
28
}
29
29
30
30
dependencies {
31
- // Atomic group
32
- constraints {
33
- implementation(project(" :biometric:biometric-ktx" ))
34
- }
35
-
36
31
// Public API dependencies
37
32
api(" androidx.annotation:annotation:1.1.0" )
38
33
api(" androidx.core:core:1.3.2" )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
}
8
8
9
9
dependencies {
10
- // Atomic group
10
+ // Atomically versioned.
11
11
constraints {
12
12
implementation(project(" :core:core" ))
13
13
}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
8
8
}
9
9
10
10
dependencies {
11
- // Atomic group
11
+ // Atomically versioned.
12
12
constraints {
13
13
implementation(project(" :core:core-ktx" ))
14
14
}
Original file line number Diff line number Diff line change @@ -23,11 +23,6 @@ plugins {
23
23
}
24
24
25
25
dependencies {
26
- // Atomic group
27
- constraints {
28
- implementation(project(" :palette:palette" ))
29
- }
30
-
31
26
api(project(" :palette:palette" ))
32
27
api(libs. kotlinStdlib)
33
28
androidTestImplementation(libs. junit)
Original file line number Diff line number Diff line change @@ -6,11 +6,6 @@ plugins {
6
6
}
7
7
8
8
dependencies {
9
- // Atomic group
10
- constraints {
11
- implementation(project(" :palette:palette-ktx" ))
12
- }
13
-
14
9
api(" androidx.core:core:1.1.0" )
15
10
implementation(" androidx.collection:collection:1.1.0" )
16
11
Original file line number Diff line number Diff line change @@ -23,11 +23,6 @@ plugins {
23
23
}
24
24
25
25
dependencies {
26
- // Atomic group
27
- constraints {
28
- implementation(project(" :preference:preference" ))
29
- }
30
-
31
26
api(project(" :preference:preference" ))
32
27
api(" androidx.core:core-ktx:1.1.0" ) {
33
28
because " Mirror preference dependency graph for -ktx artifacts"
Original file line number Diff line number Diff line change @@ -23,11 +23,6 @@ plugins {
23
23
}
24
24
25
25
dependencies {
26
- // Atomic group
27
- constraints {
28
- implementation(project(" :preference:preference-ktx" ))
29
- }
30
-
31
26
api(" androidx.annotation:annotation:1.2.0" )
32
27
api(" androidx.appcompat:appcompat:1.1.0" )
33
28
// Use the latest version of core library for verifying insets visibility
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ plugins {
23
23
}
24
24
25
25
dependencies {
26
-
27
26
api(project(" :savedstate:savedstate" ))
28
27
api(libs. kotlinStdlib)
29
28
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ android {
14
14
}
15
15
16
16
dependencies {
17
-
18
17
api(" androidx.annotation:annotation:1.1.0" )
19
18
implementation(" androidx.arch.core:core-common:2.1.0" )
20
19
implementation(" androidx.lifecycle:lifecycle-common:2.6.1" )
You can’t perform that action at this time.
0 commit comments