We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911cd8d commit 2421a33Copy full SHA for 2421a33
app/build.gradle
@@ -105,8 +105,8 @@ dependencies {
105
compile project(':client')
106
compile project(':html_templates')
107
108
- annotationProcessor 'org.androidannotations:androidannotations:4.1.0'
109
- compile 'org.androidannotations:androidannotations-api:4.1.0'
+ annotationProcessor 'org.androidannotations:androidannotations:4.6.0'
+ compile 'org.androidannotations:androidannotations-api:4.6.0'
110
111
annotationProcessor 'com.google.dagger:dagger-compiler:2.7'
112
compile 'com.google.dagger:dagger:2.7'
0 commit comments