-
Notifications
You must be signed in to change notification settings - Fork 26
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
On Android API 34 (Android 14) sms retriever not working. Need to change codes as mentioned in official documentation. #15
Comments
When I include ContextCompat how in this solution, I get an error. |
You should update gradle file also as given above. After errors with ContextCompat must disappear |
any updates ? |
Hey guys, |
Any update for API 34? My app has been crashed when start OTP using package Pinput but the main error is trigger from smart auth package.
|
Hey @Tkko, thanks for sharing this. Any update on support for Android 14? |
Merged the PR |
Hello there, |
I have ready solution. Need to change gradle dependencies.
dependencies to given below:
build.gradle:
Then in SmartAuthPlugin.kt
code from line 241 to 247 given below:
need to change to :
The text was updated successfully, but these errors were encountered: