Skip to content

Conversation

@y0av
Copy link

@y0av y0av commented Sep 13, 2022

can now be compiled and work on flutter 3.3 with android SDK version 33

Comment on lines -14 to -22
RxJavaPlugins.setErrorHandler { throwable ->
if (throwable is UndeliverableException && throwable.cause is BleException) {
return@setErrorHandler // ignore BleExceptions since we do not have subscriber
}
else {
throw throwable
}
}
}

Choose a reason for hiding this comment

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

what about this ?


dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "com.polidea.rxandroidble2:rxandroidble:1.11.1"

Choose a reason for hiding this comment

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

and this

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.

2 participants