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
Some minor changes are needed for gradle 3.0.1 compatibility: in android/build.gradle:
buildToolsVersion
api
compile
We are currently hacking these changes with a script in status.im, and would rather it is fixed upstream. Thanks!
Parent issue: status-im/status-mobile#3037
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some minor changes are needed for gradle 3.0.1 compatibility: in android/build.gradle:
buildToolsVersion
, gradle now specifies a default and the current value conflicts with that.api
notcompile
per https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration.html#new_configurationsWe are currently hacking these changes with a script in status.im, and would rather it is fixed upstream. Thanks!
Parent issue: status-im/status-mobile#3037
The text was updated successfully, but these errors were encountered: