Skip to content

Commit b1ad2ec

Browse files
committed
AndroidX update
1 parent 10a1bd2 commit b1ad2ec

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/App_Resources/Android/app.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// Add your native dependencies here:
22

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+
// }
77

88
android {
99
defaultConfig {

app/ng-ui-widgets-category/tab-view/end.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
| Android | iOS |
77
|:-----------------------|:---------|
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/) |

0 commit comments

Comments
 (0)