Skip to content

Commit 96c94e4

Browse files
committed
dependencies updated
1 parent 26b18c1 commit 96c94e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ dependencies {
3636
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
3737
implementation 'androidx.appcompat:appcompat:1.0.2'
3838
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha3'
39-
implementation 'com.google.android.material:material:1.1.0-alpha02'
39+
implementation 'com.google.android.material:material:1.1.0-alpha04'
4040
implementation 'com.jakewharton.timber:timber:4.7.1'
4141
implementation 'androidx.core:core-ktx:1.0.1'
4242

43-
implementation('com.github.sephiroth74:NumberSlidingPicker:v1.0.0') {
43+
implementation('com.github.sephiroth74:NumberSlidingPicker:v1.0.2') {
4444
exclude module: 'android-target-tooltip'
4545
}
4646

app/src/main/res/layout/dialog_fragment.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
android:padding="16dp">
88

99
<androidx.appcompat.widget.AppCompatTextView
10-
style="@style/AlertDialog.MaterialComponents.Title.Text"
10+
style="@style/MaterialAlertDialog.MaterialComponents.Title.Text"
1111
android:layout_width="match_parent"
1212
android:layout_height="wrap_content"
1313
android:text="Dialog Fragment" />

0 commit comments

Comments
 (0)