Skip to content

Commit

Permalink
reverted dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
VysotskiVadim committed Apr 26, 2022
1 parent 987ba05 commit 2f0c24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services-directions/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
compileOnly dependenciesList.autoValue
compileOnly dependenciesList.autoValueGson
implementation dependenciesList.autoValueGsonRuntime
annotationProcessor dependenciesList.autoValue
annotationProcessor(dependenciesList.autoValueGson)

// Test Dependencies
testImplementation dependenciesList.okhttp3Mockwebserver
Expand Down

0 comments on commit 2f0c24e

Please sign in to comment.