react-native-shared-group-preferences icon indicating copy to clipboard operation
react-native-shared-group-preferences copied to clipboard

Feature - target api 34 and add support for AGP 8

Open Timi-Duban opened this issue 1 year ago • 0 comments

Target android api 34 to be compatible with Play Store requirements, and add commit adapted from @AndreiCalazans work found in another project

Change to support AGP 8 as mentioned here: react-native-community/discussions-and-proposals#671

This does not remove package attribute from AndroidManifest to not lose compatibility with AGP < 8 (React Native < 0.71 versions).

I don't think it's worth maintaining logic to remove that attribute contitionally since it will only cause a warning to users on AGP 8 and above.

Timi-Duban avatar Aug 07 '24 09:08 Timi-Duban