Skip to content

rebuild app to update all libs, nullsafe and rewrote permissions#6

Open
y0av wants to merge 1 commit into
wolfc01:masterfrom
y0av:update-sdk33-and-nullsafe
Open

rebuild app to update all libs, nullsafe and rewrote permissions#6
y0av wants to merge 1 commit into
wolfc01:masterfrom
y0av:update-sdk33-and-nullsafe

Conversation

@y0av
Copy link
Copy Markdown

@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
}
}
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

what about this ?

Comment thread android/app/build.gradle

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

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