Skip to content

Commit 0fe432b

Browse files
committed
fix example build file
1 parent 0399b9d commit 0fe432b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ dependencies {
2626
testCompile 'junit:junit:4.12'
2727
implementation "com.android.support:appcompat-v7:$support_library_version"
2828
implementation project(':query')
29-
provided project(':annotationprocessor')
29+
annotationProcessor project(':annotationprocessor')
3030
}

0 commit comments

Comments
 (0)