File tree Expand file tree Collapse file tree 4 files changed +0
-8
lines changed
Expand file tree Collapse file tree 4 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,4 @@ tsconfig.json
66scripts /*
77platforms /android /*
88! platforms /android /include.gradle
9- ! platforms /android /* .aar
10- ! platforms /android /* .jar
119
Original file line number Diff line number Diff line change @@ -6,6 +6,4 @@ tsconfig.json
66scripts /*
77platforms /android /*
88! platforms /android /include.gradle
9- ! platforms /android /* .aar
10- ! platforms /android /* .jar
119
Original file line number Diff line number Diff line change 11dependencies {
2- def androidXAppCompatVersion = project. hasProperty(" androidXAppCompatVersion" ) ? project. androidXAppCompatVersion : " 1.2.0"
32 def androidXMaterial = project. hasProperty(" androidXMaterial" ) ? project. androidXMaterial : " 1.2.1"
43
5- implementation " androidx.appcompat:appcompat:$androidXAppCompatVersion "
64 implementation " com.google.android.material:material:$androidXMaterial "
75}
Original file line number Diff line number Diff line change 11
22dependencies {
3- def androidXAppCompatVersion = project. hasProperty(" androidXAppCompatVersion" ) ? project. androidXAppCompatVersion : " 1.2.0"
43 def androidXMaterial = project. hasProperty(" androidXMaterial" ) ? project. androidXMaterial : " 1.3.0"
54 def androidxViewPagerVersion = project. hasProperty(" androidxViewPagerVersion" ) ? project. androidxViewPagerVersion : " 1.0.0"
65
7- implementation " androidx.appcompat:appcompat:$androidXAppCompatVersion "
86 implementation " com.google.android.material:material:$androidXMaterial "
97 implementation " androidx.viewpager:viewpager:$androidxViewPagerVersion "
108}
You can’t perform that action at this time.
0 commit comments