-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
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
Changes needed for gradle 3.0.1 compatibility #116
Comments
Hey @pacamara |
Can you try to install please this branch using |
@ZiadAyman Thanks! That leads to a build failure with
(on a fresh checkout, and with instabug removed from .gradle and .m2 directories). Any ideas? |
I got the same error. Any solutions? |
Can you go to the project level build.gradle file where you can find this path YourProjectName/android/build.gradle and add these lines: maven { Let me know if it works for you :) |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
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: