Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Targeting S+ requires FLAG_IMMUTABLE error solved #6

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

MelihaDuman
Copy link

build.gradle file is added
in build.gradle file implementation ("androidx.work:work-runtime:2.7.0") is added

In android/src/main/java/com/bastengao/usbserialport/UsbSerialportForAndroidModule.java file flag is added

@bastengao
Copy link
Owner

I found you put 5 commints in this pr. It's better only have one commit.

@MelihaDuman
Copy link
Author

I know but I tried and everything is working right now. It happened because I undo what I did.
Again thank you for your work. It is amazing!

Usb device attach-detach receivers added
USB attach-detach functions added
Previous version which used for this project : 0.71.10
For the new version of react native : "react-native": "0.72.1" compileSdkVersion should be changed from 29 to 30
Before that permission would granted before user press okay. This issue solved.
@dima339
Copy link

dima339 commented Oct 11, 2023

hello, please create new tag with fix bug on android 12

@dima339
Copy link

dima339 commented Oct 11, 2023

@bastengao

@dima339
Copy link

dima339 commented Oct 11, 2023

you accepted the changes to the master, but there is no release with this fix

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not keep App.tsx filename?

@omerts
Copy link

omerts commented Dec 6, 2023

Adding androidx.work:work-runtime:2.7.0 is only if PendingIntent is not used, which it is:
image

Created a different PR

@bastengao
Copy link
Owner

Adding androidx.work:work-runtime:2.7.0 is only if PendingIntent is not used, which it is: image

Created a different PR

Merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants