Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
gradle-dsl
/
testData
/
parser
/
dependencies
/
removeJarDependencies.gradle
blob: afbc1adbc673ff83457166d17d2f84baac76d414 [
file
] [
log
] [
blame
]
dependencies
{
implementation
'com.example.libs:lib1:0.+'
compile files
(
'lib1.jar'
)
api fileTree
(
dir
:
'libs'
,
include
:
[
'*.jar'
])
}