We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I am using compileSdkVersion=33 with latest payfort SDK in Android studio. The project is not run when we are running app.
issue is showing on Android studio:- 10 issues were found when checking AAR metadata:
Dependency 'androidx.navigation:navigation-common:2.7.1' requires libraries and applications that10 issues were found when checking AAR metadata:
Dependency 'androidx.navigation:navigation-common:2.7.1' requires libraries and applications that etc.
We are using this payfort SDK:-
implementation("com.amazon:fortpayment:+:release@aar"){ transitive = true }
Can you please provide me any solution of compiledSDK 33
Thanks & Regards Tech Team
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I am using compileSdkVersion=33 with latest payfort SDK in Android studio.
The project is not run when we are running app.
issue is showing on Android studio:-
10 issues were found when checking AAR metadata:
Dependency 'androidx.navigation:navigation-common:2.7.1' requires libraries and applications that10 issues were found when checking AAR metadata:
Dependency 'androidx.navigation:navigation-common:2.7.1' requires libraries and applications that
etc.
We are using this payfort SDK:-
implementation("com.amazon:fortpayment:+:release@aar"){
transitive = true
}
Can you please provide me any solution of compiledSDK 33
Thanks & Regards
Tech Team
The text was updated successfully, but these errors were encountered: