background_locator_fixed
background_locator_fixed copied to clipboard
Error: Type mismatch: inferred type is String? but Any was expected in targetSdkVersion 33
Hi, I'm trying to update my app to Android 13 but when I change the sdk version to 33 I get the following error.
the minSdkVersion that I use is 21
Seems like this is not a new issue. Please look at the solution given here:
https://github.com/Yukams/background_locator_fixed/issues/15
This worked for me.
EDIT: What was mentioned in #15 fixed the type mismatch problem, but it seems there is a general problem with compileSDKVersion 33, because now I'm sharing the same problem then mentioned in #95