Commit ede0f4d
authored
[Android] Remove old versions checks (#4287)
## Description
This PR removes old version checks in Button. `M` resolves to `23`,
while in React Native current minimum is 24 ([see
here](https://github.com/react/react-native/blob/ce72288bfc7d306040d7d1c291f78573ae83d7a0/packages/react-native/gradle/libs.versions.toml#L3))
## Test plan
Build expo-example1 parent d2bd181 commit ede0f4d
1 file changed
Lines changed: 3 additions & 8 deletions
File tree
- packages/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react
Lines changed: 3 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
66 | | - | |
67 | 65 | | |
68 | 66 | | |
69 | 67 | | |
| |||
681 | 679 | | |
682 | 680 | | |
683 | 681 | | |
684 | | - | |
685 | | - | |
686 | | - | |
687 | | - | |
| 682 | + | |
688 | 683 | | |
689 | 684 | | |
690 | 685 | | |
691 | 686 | | |
692 | 687 | | |
693 | 688 | | |
694 | 689 | | |
695 | | - | |
| 690 | + | |
696 | 691 | | |
697 | 692 | | |
698 | 693 | | |
| |||
777 | 772 | | |
778 | 773 | | |
779 | 774 | | |
780 | | - | |
| 775 | + | |
781 | 776 | | |
782 | 777 | | |
783 | 778 | | |
| |||
0 commit comments