blob: 92bc20d6a378c85c8a4c17a055290225b5b4ec04 [file] [log] [blame]
dependencies {
api("com.android.support:appcompat-v7:+")
api(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))
implementation("com.example.libs:lib1:1.0")
debugImplementation("com.example.libs:lib1:1.0")
releaseImplementation("com.example.libs:lib1:0.9.1")
}