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
You are not using the latest SDK version.
We released a new SDK recently! Update now to increase your revenue! You can find our latest SDK here.
The text was updated successfully, but these errors were encountered:
Had this same problem. Solved it by modifying the flutter_adcolony plugin build.gradle file.
Just change the file at
flutter.pub-cache\hosted\pub.dartlang.org\adcolony-2.0.7\android\build.gradle and change the com.adcolony:sdk:4.4.0 to com.adcolony:sdk:4.5.0
dependencies { implementation 'com.adcolony:sdk:4.5.0'
Then no more error.
Sorry, something went wrong.
No branches or pull requests
You are not using the latest SDK version.
We released a new SDK recently! Update now to increase your revenue! You can find our latest SDK here.
The text was updated successfully, but these errors were encountered: