fixed build
This commit is contained in:
@@ -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'])
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
package net.headlezz.notificationlogger;
|
||||
|
||||
/**
|
||||
* Created by Daniel on 31.12.2015.
|
||||
*/
|
||||
public class MainActivity {
|
||||
}
|
||||
Reference in New Issue
Block a user