-
-
Notifications
You must be signed in to change notification settings - Fork 984
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Android] Drop support for
AGP version <= 7
(#3077)
## Description This PR removes support for Android Gradle Plugin `version <= 7` `AGP version 7` is unsupported by React Native since `0.73` Closes: #2725 ## Test plan - build example `Android` app while using `AGP 8.0` - build example `Android` app while using `AGP 9.0` - both should run successfully --------- Co-authored-by: Jakub Piasecki <[email protected]>
- Loading branch information
1 parent
cdc2e60
commit aa5c9f8
Showing
3 changed files
with
6 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="com.swmansion.gesturehandler"> | ||
</manifest> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" /> |