Skip to content

Update Gradle build scripts #1394

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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

friederbluemle
Copy link

This updates Grade wrapper to 2.11, plus some minor updates to consolidate and move things to their default location.
Instead of using dynamic versions for dependencies, all version numbers are fixed now. This leads to more stable builds, and fixes the following Lint warning:

Avoid using + in version numbers; can lead to unpredictable and unrepeatable builds

Further changes to fix a failing build of a clean clone:

  • Lint errors are ignored for now (current code base has 136 errors and 1965 warnings)
  • release.keystore is optional now (./gradlew build does not fail if file does not exist)
@ziahot935
Copy link

Add me to telegram

@friederbluemle
Copy link
Author

Rebased and fixed some conflicts (Android Gradle plug-in was at 1.5.0 already). @DrKLO Any chance you could take a look at this?

@friederbluemle friederbluemle force-pushed the update-build-scripts branch from 5adb65c to 4605cf5 Compare May 20, 2016 18:40
@friederbluemle
Copy link
Author

Rebased and updated to the latest versions:

  • Gradle wrapper 2.13
  • Gradle plug-in 2.1.0
  • Support lib 23.4.0
@friederbluemle friederbluemle force-pushed the update-build-scripts branch from 4605cf5 to 228e946 Compare June 9, 2016 03:46
@friederbluemle
Copy link
Author

Rebased and updated again. Android Gradle plug-in is now at 2.1.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants