react-native-image-resizer icon indicating copy to clipboard operation
react-native-image-resizer copied to clipboard

Fix AGP Version Check for Namespace Setting

Open stetbern opened this issue 7 months ago • 1 comments

I had an issue with the namespace setting for AGP version 8.1. Due to a separate minor version check, versions like 8.1 or 8.2 did not have the correct namespace set. This PR fixes the issue by applying the minor version check only for 7.x versions.

stetbern avatar Jul 25 '24 10:07 stetbern