File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ repositories {
26
26
}
27
27
28
28
dependencies {
29
- implementation ' com.android.support :preference-v7:28 .0.0'
30
- implementation ' com.android.support :appcompat-v7:28 .0.0'
31
- implementation ' com.android.support: support-core-ui:28 .0.0'
32
- implementation ' com.android.support:design:28 .0.0'
29
+ implementation ' androidx.preference :preference:1 .0.0'
30
+ implementation ' androidx.appcompat :appcompat:1 .0.0'
31
+ implementation ' androidx.legacy:legacy- support-core-ui:1 .0.0'
32
+ implementation ' com.google. android.material:material:1 .0.0-rc01 '
33
33
}
34
34
35
35
android {
Original file line number Diff line number Diff line change
1
+ android.useAndroidX =true
2
+ android.enableJetifier =true
Original file line number Diff line number Diff line change 6
6
android : layout_height =" match_parent"
7
7
android : orientation =" vertical" >
8
8
9
- <android .support.design.widget .TabLayout
9
+ <com .google.android.material.tabs .TabLayout
10
10
android : id =" @+id/tabs"
11
11
android : layout_width =" match_parent"
12
12
android : layout_height =" wrap_content" />
13
13
14
- <android .support.v4.view .ViewPager
14
+ <androidx .viewpager.widget .ViewPager
15
15
android : id =" @+id/pager"
16
16
android : layout_width =" match_parent"
17
17
android : layout_height =" 0dp"
You can’t perform that action at this time.
0 commit comments