Skip to content

Commit

Permalink
Merge pull request #383 from NativeScript/niliev/androidx
Browse files Browse the repository at this point in the history
[DO NOT MERGE] AndroidX update
  • Loading branch information
NickIliev authored Jun 28, 2019
2 parents 2c95cbe + b1ad2ec commit 9f6b350
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/App_Resources/Android/app.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Add your native dependencies here:

// Uncomment to add recyclerview-v7 dependency
//dependencies {
// compile 'com.android.support:recyclerview-v7:+'
//}
// Uncomment to add recyclerview:1.1.0-alpha06 dependency
// dependencies {
// compile 'androidx.recyclerview:recyclerview:1.1.0-alpha06'
// }

android {
defaultConfig {
Expand Down
2 changes: 1 addition & 1 deletion app/ng-ui-widgets-category/tab-view/end.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

| Android | iOS |
|:-----------------------|:---------|
| [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/) |
| [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 comments on commit 9f6b350

Please sign in to comment.