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
6
6
scripts /*
7
7
platforms /android /*
8
8
! platforms /android /include.gradle
9
- ! platforms /android /* .aar
10
- ! platforms /android /* .jar
11
9
Original file line number Diff line number Diff line change @@ -6,6 +6,4 @@ tsconfig.json
6
6
scripts /*
7
7
platforms /android /*
8
8
! platforms /android /include.gradle
9
- ! platforms /android /* .aar
10
- ! platforms /android /* .jar
11
9
Original file line number Diff line number Diff line change 1
1
dependencies {
2
- def androidXAppCompatVersion = project. hasProperty(" androidXAppCompatVersion" ) ? project. androidXAppCompatVersion : " 1.2.0"
3
2
def androidXMaterial = project. hasProperty(" androidXMaterial" ) ? project. androidXMaterial : " 1.2.1"
4
3
5
- implementation " androidx.appcompat:appcompat:$androidXAppCompatVersion "
6
4
implementation " com.google.android.material:material:$androidXMaterial "
7
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.3.0"
5
4
def androidxViewPagerVersion = project. hasProperty(" androidxViewPagerVersion" ) ? project. androidxViewPagerVersion : " 1.0.0"
6
5
7
- implementation " androidx.appcompat:appcompat:$androidXAppCompatVersion "
8
6
implementation " com.google.android.material:material:$androidXMaterial "
9
7
implementation " androidx.viewpager:viewpager:$androidxViewPagerVersion "
10
8
}
You can’t perform that action at this time.
0 commit comments