1 apply plugin: 'com.android.application'
3 // only required because aapt2 is not found otherwise
4 // - see https://stackoverflow.com/a/50290877/282601
18 classpath 'com.android.tools.build:gradle:8.5.2'
23 namespace 'de.cweiske.headphoneindicator'
27 manifest.srcFile 'AndroidManifest.xml'
28 java.srcDirs = ['src']
39 if (project.hasProperty("signingconfigfile")
40 && new File(project.property("signingconfigfile")).exists()) {
41 apply from: project.property("signingconfigfile")