Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-mg89 authored Oct 6, 2021
1 parent 98e6bb9 commit 921667d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
TopSheet - a "top" version of BottomSheetBehavior
=========================================

TopSheetBehavior is a code based on https://github.com/MedveDomg/AndroidTopSheet . The major change here is that this project has taken into account the AndroidX on SDK 28 dependencies and has fully migrated it so there are no more dependencies on the old Android Support packages.
TopSheetBehavior is a code based on https://github.com/MedveDomg/AndroidTopSheet.

Aside from that, some functions that were deprecated on the original project, have been replaced with the newer counterparts.
The major change is that this project has taken into account the latest changes until Android SDK 30 (2021 October) and has been migrated it to AndroidX so there are no more dependencies on the old Android Support packages.

A few functions, that are inherited from CoordinatorLayout still require a migration, since they are now deprecated.
Aside from that, some functions that were deprecated on the original project, have been replaced with the newer counterparts.

TopSheetBehavior
-----
Expand Down Expand Up @@ -50,7 +50,6 @@ dialog.show();
```



License
-------

Expand Down

0 comments on commit 921667d

Please sign in to comment.