18091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.seapply plugin: 'android-library'
28091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se
38091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.sedependencies {
48091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se    compile parent
58091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se}
68091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se
78091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.seandroid {
88091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se    compileSdkVersion 19
98091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se    buildToolsVersion '19.1.0'
108091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se
118091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se    sourceSets {
128091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se        main {
138091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se            manifest.srcFile 'AndroidManifest.xml'
148091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se            java {
158091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se                srcDir '.'
168091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se                exclude 'android/**'
178091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se            }
188091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se            resources.srcDirs = ['../../testdata']
198091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se        }
208091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se    }
218091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se}
22