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