Commit 440e4f4 1 parent 73d8ba1 commit 440e4f4 Copy full SHA for 440e4f4
File tree 6 files changed +6
-6
lines changed
android-gradle-groovy-junit-4/app
android-gradle-kotlin-junit-4/app
android-gradle-kotlin-junit-5/app
android-gradle-kotlin-kotest/app
kmp-gradle-kotlin-junit5/androidApp
kmp-gradle-kotlin-kotest/androidApp
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
43
43
44
44
implementation ' androidx.core:core-ktx:1.15.0'
45
45
implementation ' com.google.android.material:material:1.12.0'
46
- implementation ' androidx.constraintlayout:constraintlayout:2.2.0 '
46
+ implementation ' androidx.constraintlayout:constraintlayout:2.2.1 '
47
47
implementation ' androidx.navigation:navigation-fragment-ktx:2.8.7'
48
48
implementation ' androidx.navigation:navigation-ui-ktx:2.8.7'
49
49
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
51
51
52
52
implementation(" androidx.core:core-ktx:1.15.0" )
53
53
implementation(" com.google.android.material:material:1.12.0" )
54
- implementation(" androidx.constraintlayout:constraintlayout:2.2.0 " )
54
+ implementation(" androidx.constraintlayout:constraintlayout:2.2.1 " )
55
55
implementation(" androidx.navigation:navigation-fragment-ktx:2.8.7" )
56
56
implementation(" androidx.navigation:navigation-ui-ktx:2.8.7" )
57
57
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ dependencies {
52
52
53
53
implementation(" androidx.core:core-ktx:1.15.0" )
54
54
implementation(" com.google.android.material:material:1.12.0" )
55
- implementation(" androidx.constraintlayout:constraintlayout:2.2.0 " )
55
+ implementation(" androidx.constraintlayout:constraintlayout:2.2.1 " )
56
56
implementation(" androidx.navigation:navigation-fragment-ktx:2.8.7" )
57
57
implementation(" androidx.navigation:navigation-ui-ktx:2.8.7" )
58
58
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ dependencies {
52
52
53
53
implementation(" androidx.core:core-ktx:1.15.0" )
54
54
implementation(" com.google.android.material:material:1.12.0" )
55
- implementation(" androidx.constraintlayout:constraintlayout:2.2.0 " )
55
+ implementation(" androidx.constraintlayout:constraintlayout:2.2.1 " )
56
56
implementation(" androidx.navigation:navigation-fragment-ktx:2.8.7" )
57
57
implementation(" androidx.navigation:navigation-ui-ktx:2.8.7" )
58
58
Original file line number Diff line number Diff line change @@ -31,5 +31,5 @@ dependencies {
31
31
implementation(project(" :shared" ))
32
32
implementation(" com.google.android.material:material:1.12.0" )
33
33
implementation(" androidx.appcompat:appcompat:1.7.0" )
34
- implementation(" androidx.constraintlayout:constraintlayout:2.2.0 " )
34
+ implementation(" androidx.constraintlayout:constraintlayout:2.2.1 " )
35
35
}
Original file line number Diff line number Diff line change @@ -31,5 +31,5 @@ dependencies {
31
31
implementation(project(" :shared" ))
32
32
implementation(" com.google.android.material:material:1.12.0" )
33
33
implementation(" androidx.appcompat:appcompat:1.7.0" )
34
- implementation(" androidx.constraintlayout:constraintlayout:2.2.0 " )
34
+ implementation(" androidx.constraintlayout:constraintlayout:2.2.1 " )
35
35
}
You can’t perform that action at this time.
0 commit comments