Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
gradle
/
testData
/
testAddMavenDependencyIntoExistingBlock_after.gradle
blob: 3936dd73cd7dde89290ec212cbf24ee17ca1aa39 [
file
] [
log
] [
blame
]
dependencies
{
compile
'someGroupId:someArtifactId:1.0'
compile
'testGroupId:testArtifactId:1.0'
}