Skip to content

Commit 6e4a577

Browse files
committed
update example build file
1 parent a6879af commit 6e4a577

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

example/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ android {
2222
}
2323

2424
dependencies {
25-
compile fileTree(dir: 'libs', include: ['*.jar'])
25+
implementation fileTree(dir: 'libs', include: ['*.jar'])
2626
testCompile 'junit:junit:4.12'
27-
compile "com.android.support:appcompat-v7:$support_library_version"
28-
compile project(':query')
27+
implementation "com.android.support:appcompat-v7:$support_library_version"
28+
implementation project(':query')
2929
provided project(':annotationprocessor')
3030
}

0 commit comments

Comments
 (0)