fixed build

This commit is contained in:
danijoo
2015-12-31 02:25:04 +01:00
parent 03986eb08e
commit 661e249bed
2 changed files with 12 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
apply plugin: 'com.android.application'
apply plugin: 'com.neenbedankt.android-apt'
android {
compileSdkVersion 23
@@ -26,9 +27,11 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
apply plugin: 'com.neenbedankt.android-apt'
packagingOptions {
exclude 'META-INF/services/javax.annotation.processing.Processor'
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])

View File

@@ -0,0 +1,7 @@
package net.headlezz.notificationlogger;
/**
* Created by Daniel on 31.12.2015.
*/
public class MainActivity {
}