Skip to content
This repository was archived by the owner on May 12, 2020. It is now read-only.

Commit 6a0b4ae

Browse files
author
Zachary Sweigart
committed
Added tools to android components
1 parent d473064 commit 6a0b4ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ check.dependsOn 'checkstyle'
5959

6060
dependencies {
6161
annotationProcessor deps.apt.autoValue
62-
annotationProcessor project(":autovalue-bundle-extension")
62+
annotationProcessor project(":auto-value-bundle")
6363

6464
implementation deps.support.appcompat
6565
implementation deps.apt.autoValue
6666
implementation deps.external.gson
6767

68-
compileOnly project(":autovalue-bundle-extension")
68+
compileOnly project(":auto-value-bundle")
6969

7070
testCompile deps.test.junit
7171
}

0 commit comments

Comments
 (0)