-
Notifications
You must be signed in to change notification settings - Fork 5
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
Dependency on gradle 3.1.0 fails #18
Comments
Good catch, thanks @jfirebaugh for the research! cc: @tobrun fyi. |
I was initially waiting for the stable release of ndk 17 here to update the image but capturing from the ndk-release-schedule that this will only happen in May. I will work on updating the image. update: 28.0.0 stable is going to be released soon, waiting for that before updating. |
We're intentionally removing the license agreement again to prevent builds from installing new software. |
available with |
The default project generated by Android Studio 3.1 will fail in CI on the current android-ndk-r16b image. It took me several hours to figure out that I had to change
build.gradle
:Works:
Doesn't work:
The latter fails with the following error:
The text was updated successfully, but these errors were encountered: