File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22apply plugin : ' android-apt'
3+ apply plugin : ' com.github.dcendents.android-maven'
4+
5+ group = ' com.github.m0er'
36
47android {
58 compileSdkVersion 24
@@ -24,8 +27,8 @@ dependencies {
2427 testCompile ' junit:junit:4.12'
2528 apt " org.androidannotations:androidannotations:4.1.0"
2629 compile ' org.androidannotations:androidannotations-api:4.1.0'
27- apt project( ' : intervalclick' )
28- compile project( ' : intervalclick-api' )
30+ apt ' com.github.m0er:androidannotations-interval-click-plugin: intervalclick:1.0.0 '
31+ compile ' com.github.m0er:androidannotations-interval-click-plugin: intervalclick-api:1.0.0 '
2932 compile ' com.android.support:appcompat-v7:24.2.1'
3033 compile ' com.android.support:design:24.2.1'
3134}
You can’t perform that action at this time.
0 commit comments