Skip to content

Commit

Permalink
remove currently-unused eventbus index generation
Browse files Browse the repository at this point in the history
  • Loading branch information
smichel17 committed Sep 13, 2017
1 parent c488867 commit acc7c4a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ android {
targetSdkVersion 25
versionCode 33
versionName "3.2.0"
javaCompileOptions {
annotationProcessorOptions {
arguments = [ eventBusIndex : 'com.jmstudios.redmoon.event.EventBusIndex' ]
}
}
}
buildTypes {
release {
Expand Down Expand Up @@ -97,7 +92,7 @@ dependencies {
compile 'org.greenrobot:eventbus:3.0.0'
compile 'me.smichel.android:kpreferences:0.7.0'
playstoreCompile 'com.github.hotchemi:android-rate:1.0.1'
annotationProcessor 'org.greenrobot:eventbus-annotation-processor:3.0.1'
// annotationProcessor 'org.greenrobot:eventbus-annotation-processor:3.0.1'
}

repositories {
Expand Down

0 comments on commit acc7c4a

Please sign in to comment.