java/lib/retrofit2: Fix indent

This commit is contained in:
Christoph Auer 2017-04-18 11:41:33 +02:00
parent 9640e30f48
commit 70e4dad72e

View File

@ -47,9 +47,9 @@ if(hasProperty('target') && target == 'android') {
} }
} }
dependencies { dependencies {
provided 'javax.annotation:jsr250-api:1.0' provided 'javax.annotation:jsr250-api:1.0'
} }
} }
afterEvaluate { afterEvaluate {