1dependencies { 2 api project(":core") 3 compileOnly "androidx.annotation:annotation:1.0.1" 4 compileOnly "org.chromium.net:cronet-embedded:113.5672.61" 5 6 testImplementation project(":testing") 7 testImplementation "org.chromium.net:cronet-embedded:113.5672.61" 8 testImplementation "junit:junit:4.12" 9 testImplementation "org.mockito:mockito-core:2.19.0" 10 testImplementation "org.robolectric:robolectric:4.8.2" 11 // TODO(#424): Fix this dependency at the library level. 12 testImplementation "androidx.annotation:annotation:1.0.1" 13} 14 15project.ext.artifactId = 'volley-cronet' 16project.ext.pomName = 'Volley Cronet' 17project.ext.pomDescription = 'Cronet support for Volley.' 18