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.
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.