Skip to content

Commit 28a6fb8

Browse files
Update dependency androidx.constraintlayout:constraintlayout to v2.1.4
1 parent ba26edf commit 28a6fb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

materialdatetimepicker/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ dependencies {
6969
implementation 'androidx.core:core-ktx:1.3.2'
7070
implementation 'com.google.android.material:material:1.2.1'
7171
implementation 'org.threeten:threetenbp:1.5.0'
72-
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
72+
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
7373
testImplementation 'junit:junit:4.13.2'
7474
}

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dependencies {
6969
implementation 'androidx.core:core-ktx:1.3.2'
7070
implementation 'androidx.appcompat:appcompat:1.2.0'
7171
implementation 'com.google.android.material:material:1.2.1'
72-
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
72+
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
7373
implementation 'org.threeten:threetenbp:1.5.0'
7474
// implementation project(':materialdatetimepicker')
7575
implementation 'com.github.swnishan:materialdatetimepicker:1.0.0'

0 commit comments

Comments
 (0)