16df734500612c91d396ccc61da80cd1cdc96b5b3Maurice Lam/**
26df734500612c91d396ccc61da80cd1cdc96b5b3Maurice Lam * Include this gradle file if you are building against this as a standalone gradle library project,
36df734500612c91d396ccc61da80cd1cdc96b5b3Maurice Lam * as opposed to building it as part of the git-tree. This is typically the file you want to include
46df734500612c91d396ccc61da80cd1cdc96b5b3Maurice Lam * if you create a new project in Android Studio.
56df734500612c91d396ccc61da80cd1cdc96b5b3Maurice Lam *
66df734500612c91d396ccc61da80cd1cdc96b5b3Maurice Lam * For example, you can include the following in your settings.gradle file:
76df734500612c91d396ccc61da80cd1cdc96b5b3Maurice Lam *      include ':setup-wizard-lib'
86df734500612c91d396ccc61da80cd1cdc96b5b3Maurice Lam *      project(':setup-wizard-lib').projectDir = new File(PATH_TO_THIS_DIRECTORY)
96df734500612c91d396ccc61da80cd1cdc96b5b3Maurice Lam *      project(':setup-wizard-lib').buildFileName = 'standalone.gradle'
106df734500612c91d396ccc61da80cd1cdc96b5b3Maurice Lam *
116df734500612c91d396ccc61da80cd1cdc96b5b3Maurice Lam * And then you can include the :setup-wizard-lib project as one of your dependencies
126df734500612c91d396ccc61da80cd1cdc96b5b3Maurice Lam *      dependencies {
13644ec7e04f47fce346cd95cf512bffcead4c52b0Maurice Lam *          compile project(path: ':setup-wizard-lib', configuration: 'gingerbreadCompatRelease')
146df734500612c91d396ccc61da80cd1cdc96b5b3Maurice Lam *      }
156df734500612c91d396ccc61da80cd1cdc96b5b3Maurice Lam */
166df734500612c91d396ccc61da80cd1cdc96b5b3Maurice Lam
173354831fb1ba4c7c1e55218906c8e532d0520bcdJeff Davidsonapply from: 'standalone-rules.gradle'
186df734500612c91d396ccc61da80cd1cdc96b5b3Maurice Lam
196572258004a99bd3f9618131ee8397b4ea235ff3Maurice Lamandroid.compileSdkVersion 25
206572258004a99bd3f9618131ee8397b4ea235ff3Maurice Lamandroid.buildToolsVersion '25.0.0'
21