File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
ng-ui-widgets-category/tab-view Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
// Add your native dependencies here:
2
2
3
- // Uncomment to add recyclerview-v7 dependency
4
- // dependencies {
5
- // compile 'com.android.support :recyclerview-v7:+ '
6
- // }
3
+ // Uncomment to add recyclerview:1.1.0-alpha06 dependency
4
+ // dependencies {
5
+ // compile 'androidx.recyclerview :recyclerview:1.1.0-alpha06 '
6
+ // }
7
7
8
8
android {
9
9
defaultConfig {
Original file line number Diff line number Diff line change 5
5
6
6
| Android | iOS |
7
7
| :-----------------------| :---------|
8
- | [ android.support.v4.view. ViewPager] ( http ://developer.android.com/reference/android/support/v4/view /ViewPager.html ) | [ UITabBarController] ( https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITabBarController_Class/ ) |
8
+ | [ androidx.viewpager.widget. ViewPager] ( https ://developer.android.com/reference/kotlin/androidx/viewpager/widget /ViewPager) | [ UITabBarController] ( https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITabBarController_Class/ ) |
You can’t perform that action at this time.
0 commit comments