dominicthomas / GradleTemplateProject

Template Android Studio Project using Gradle.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GradleTemplateProject

Template Android Studio Project using Gradle with dependencies, library projects, version codes etc...

The idea is too add useful gradle tasks that I come accross to the template project to build a up practical working android/gradle reference to use in other projects.

Added:

  • compile support lib artifacts
  • compile required library projects
  • min and target SDK
  • version code and version name

To Be Added:

  • debug/release keystores
  • product flavours
  • build time custom tasks
  • refactoring
  • change package name

Need to Look into:

  • including a graddle wrapper
  • try git plugin to clone repos
  • pull in dependencies from maven
  • instrument tests
  • gradle.properties
  • using proguard

Prerequisites:

  • Make sure you have the 'Android Support Repository' downloaded through the SDK Manager. This will mean you can compile in the support repo dependencies using their dependency artifacts instead of using their absolute paths or having to copy a jar into your project. This means you will always have the most upto date downloaded support libs.

About

Template Android Studio Project using Gradle.


Languages

Language:Java 98.4%Language:Shell 1.2%Language:Groovy 0.4%