18091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.sebuildscript {
28091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se    repositories {
38091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se        mavenCentral()
48091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se        mavenLocal()
58091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se    }
68091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se
78091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se    dependencies {
88091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se        classpath 'com.android.tools.build:gradle:0.8.+'
98091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se    }
108091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se}
118091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se
128091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.seapply plugin: 'android-library'
138091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se
148091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.seandroid {
158091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se    compileSdkVersion 19
168091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se    buildToolsVersion '19.1.0'
178091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se
188091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se    sourceSets {
198091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se        main {
208091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se            manifest.srcFile 'src/AndroidManifest.xml'
218091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se            java.srcDirs = ['src']
228091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se            res.srcDirs = ['res']
238091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se        }
248091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se    }
258091f83d5add994cc24a663a8930eb996106a2f9roubert@df.lth.se}
26