Skip to content
This repository was archived by the owner on Jan 29, 2021. It is now read-only.

Refresh gradle configurations #54

Merged
merged 5 commits into from
Feb 1, 2015
Merged

Refresh gradle configurations #54

merged 5 commits into from
Feb 1, 2015

Conversation

ZacSweers
Copy link
Contributor

A few things, all to refresh the current gradle configuration to support the latest versions of Android Studio

  • Tweaked .gitignore to better handle IntelliJ/Android Studio files
  • Update gradle plugin version to latest 1.0.0-rc4
  • Add gradle wrapper for easy project import
  • Updates plugin names to new versions (previous versions were deprecated and will break soon)
  • Update build and compile SDK versions to latest
  • Remove unnecessary gradle plugin version and repositories declarations, as these are set via the top-level build.gradle file
  • Update target SDK version to latest 21
  • Specify min and target SDK versions that match the manifests
  • Update README.md to use syntax highlighting in its code samples
  • Updated version checking for Lollipop (see e3db139)

Tested the sample and everything still works as normal, and everything should still continue to work fine in Eclipse as well :)

Cleaned up and consolidated some things, mostly to make things easier on IntelliJ/Android Studio
* Updates plugin names to new versions (previous versions were deprecated and will break soon)
* Update build and compile SDK versions to latest
* Remove unnecessary gradle plugin version and repositories declarations, as these are set via the top-level build.gradle file
* Update target SDK version to latest 21
* Specify min and target SDK versions that match the manifests

Tested the sample and everything still works as normal :)
Lollipop will properly report 21 as its version now
@ZacSweers
Copy link
Contributor Author

If there's anything you don't want in this PR (such as the tweaks to the README and version checking), let me know and I'll remove those commits

askerov added a commit that referenced this pull request Feb 1, 2015
Refresh gradle configurations
@askerov askerov merged commit e3072b7 into askerov:master Feb 1, 2015
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants