Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 423 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 423 Bytes

droid-bootstrap

Usage

To reference bootstrap from any project follow these steps:

  1. Add bootstrap to your projects settings.gradle
include 'bootstrap', ':{yourAppModule}'
project(':bootstrap').projectDir = new File(bootstrapLocation)
  1. Create a new gradle.properties file with the path to bootstraps location
bootstrapLocation={pathOnYourFileSystem}/bootstrap/core