blob: 06076bfaaed26f26ed2217831496b6a6a37ba729 [file] [log] [blame]
dependencies {
api 'com.android.support:appcompat-v7:+'
api fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.example.libs:lib1:1.0'
debugImplementation 'com.example.libs:lib1:1.0'
releaseImplementation 'com.example.libs:lib1:0.9.1'
}