Skip to content

Support for Android compileSdkVersion 35 / targetSdkVersion 35 #3

@akshay-ajit-doiphode

Description

@akshay-ajit-doiphode

We want to upgrade compileSdkVersion and targetSdkVersion of react-native-share-menu to 35, as required by recent Play Store policies / to match our project configuration.

Currently, the library uses:

compileSdkVersion 29
targetSdkVersion 29
buildToolsVersion "29.0.2"

We tested locally by applying a patch with the following updates:

- compileSdkVersion 29
- buildToolsVersion "29.0.2"
+ compileSdkVersion 35
+ buildToolsVersion "35.0.0"

- targetSdkVersion 29
+ targetSdkVersion 35

This change works correctly in our setup without breaking anything.


We will create bug/PR on this library

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions