File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
bottomsheet/platforms/android
snackbar/platforms/android
textfield/platforms/android
textview/platforms/android Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
2
2
dependencies {
3
- def androidXMaterial = project. hasProperty(" androidXMaterial" ) ? project. androidXMaterial : " 1.2.1 "
3
+ def androidXMaterial = project. hasProperty(" androidXMaterial" ) ? project. androidXMaterial : " 1.10.0 "
4
4
5
5
implementation " com.google.android.material:material:$androidXMaterial "
6
6
}
Original file line number Diff line number Diff line change 1
1
dependencies {
2
- def androidXMaterial = project. hasProperty(" androidXMaterial" ) ? project. androidXMaterial : " 1.2.1 "
2
+ def androidXMaterial = project. hasProperty(" androidXMaterial" ) ? project. androidXMaterial : " 1.10.0 "
3
3
4
4
implementation " com.google.android.material:material:$androidXMaterial "
5
5
}
Original file line number Diff line number Diff line change 1
1
2
2
dependencies {
3
- def androidXMaterial = project. hasProperty(" androidXMaterial" ) ? project. androidXMaterial : " 1.8 .0"
3
+ def androidXMaterial = project. hasProperty(" androidXMaterial" ) ? project. androidXMaterial : " 1.10 .0"
4
4
implementation " com.google.android.material:material:$androidXMaterial "
5
5
6
6
def androidxViewPager2Version = project. hasProperty(" androidxViewPager2Version" ) ? project. androidxViewPager2Version : " 1.0.0"
Original file line number Diff line number Diff line change 1
1
2
2
dependencies {
3
- def androidXMaterial = project. hasProperty(" androidXMaterial" ) ? project. androidXMaterial : " 1.2.1 "
3
+ def androidXMaterial = project. hasProperty(" androidXMaterial" ) ? project. androidXMaterial : " 1.10.0 "
4
4
5
5
implementation " com.google.android.material:material:$androidXMaterial "
6
6
}
Original file line number Diff line number Diff line change 1
1
2
2
dependencies {
3
- def androidXMaterial = project. hasProperty(" androidXMaterial" ) ? project. androidXMaterial : " 1.2.1 "
3
+ def androidXMaterial = project. hasProperty(" androidXMaterial" ) ? project. androidXMaterial : " 1.10.0 "
4
4
implementation " com.google.android.material:material:$androidXMaterial "
5
5
}
Original file line number Diff line number Diff line change 1
1
2
2
dependencies {
3
- def androidXMaterial = project. hasProperty(" androidXMaterial" ) ? project. androidXMaterial : " 1.2.1 "
3
+ def androidXMaterial = project. hasProperty(" androidXMaterial" ) ? project. androidXMaterial : " 1.10.0 "
4
4
5
5
implementation " com.google.android.material:material:$androidXMaterial "
6
6
}
You can’t perform that action at this time.
0 commit comments