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