bastengao / react-native-usb-serialport-for-android

MIT License
16 stars 30 forks source link

Targeting S+ requires FLAG_IMMUTABLE error solved #6

Open MelihaDuman opened 1 year ago

MelihaDuman commented 1 year ago

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 commented 1 year ago

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

MelihaDuman commented 1 year ago

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!

dima339 commented 1 year ago

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

dima339 commented 1 year ago

@bastengao

dima339 commented 1 year ago

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

omerts commented 11 months ago

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

Created a different PR

bastengao commented 8 months ago

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

Created a different PR

Merged