File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ dependencies {
36
36
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
37
37
implementation ' androidx.appcompat:appcompat:1.0.2'
38
38
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 '
40
40
implementation ' com.jakewharton.timber:timber:4.7.1'
41
41
implementation ' androidx.core:core-ktx:1.0.1'
42
42
43
- implementation(' com.github.sephiroth74:NumberSlidingPicker:v1.0.0 ' ) {
43
+ implementation(' com.github.sephiroth74:NumberSlidingPicker:v1.0.2 ' ) {
44
44
exclude module : ' android-target-tooltip'
45
45
}
46
46
Original file line number Diff line number Diff line change 7
7
android : padding =" 16dp" >
8
8
9
9
<androidx .appcompat.widget.AppCompatTextView
10
- style =" @style/AlertDialog .MaterialComponents.Title.Text"
10
+ style =" @style/MaterialAlertDialog .MaterialComponents.Title.Text"
11
11
android : layout_width =" match_parent"
12
12
android : layout_height =" wrap_content"
13
13
android : text =" Dialog Fragment" />
You can’t perform that action at this time.
0 commit comments