You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it's not a bug, I just want to inform you that startActivityForResult is now deprecated and I think you should adapt the library to the new way of using this function.
The text was updated successfully, but these errors were encountered:
This is the configuration of my project
defaultConfig {
applicationId "com.example.myapplication"
minSdk 28
targetSdk 32
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
it's not a bug, I just want to inform you that startActivityForResult is now deprecated and I think you should adapt the library to the new way of using this function.
The text was updated successfully, but these errors were encountered: