summaryrefslogtreecommitdiff
path: root/build.gradle
blob: 9c93cd0ae5bac8ab4de6999685246eb30a6c46c7 (plain)
1
2
3
4
5
6
7
8
9
apply plugin: 'com.android.library'

android {
    sourceSets.main {
        manifest.srcFile 'AndroidManifest.xml'
        java.srcDirs = ['src']
        res.srcDirs = ['res']
    }
}