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