Skip to content

Conversation

@haroldadmin
Copy link
Contributor

This is a fix for unsupported gradle version error in Android Studio. Switching to Gradle v3.2.1 resolves this error, but causes the Travis CI builds to fail because the current travis.yml file does not allow support for build tools v28. Therefore, travis.yml file has also been modified to accept build tools v28.

Fixes #659

Changes:

  1. Project level build.gradle file to use Gradle v3.2.1
  2. .travis.yml file to allow build tools v28.

Fixes Issue fossasia#659. This is a fix for unsupported gradle version error in
android studio. This commit switches to Gradle v3.2.1 and adds support
for build tools v28 to travis.yml so that builds using this gradle
version don't fail on Travis CI.
@iamareebjamal iamareebjamal merged commit 8d77d28 into fossasia:development Oct 26, 2018
@haroldadmin haroldadmin deleted the build-tools-28 branch October 26, 2018 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for Build Tool v28 and Gradle 3.2.1 to travis.yml file

2 participants