Skip to content

Commit eaaef93

Browse files
ChoiAidenChoiAiden
authored andcommitted
update dependencies.
1 parent a78b4a5 commit eaaef93

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

sample/build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
apply plugin: 'com.android.application'
22
apply plugin: 'android-apt'
3+
apply plugin: 'com.github.dcendents.android-maven'
4+
5+
group = 'com.github.m0er'
36

47
android {
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
}

0 commit comments

Comments
 (0)