File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ dependencies {
1212 implementation name : " android"
1313 implementation " androidx.legacy:legacy-support-v4:${ v4legacyVersion} "
1414 implementation " com.google.android.support:wearable:${ wearVersion} "
15+ // all jars in the libs folder
16+ implementation fileTree(dir : " ${ rootDir} /build/libs" , include : [' *.jar' ])
17+
1518}
1619
1720sourceSets. main {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies {
2121
2222 implementationExtract " org.eclipse.jdt:org.eclipse.jdt.debug:${ jdtVersion} "
2323
24- implementationCopy " org.gradle:gradle-tooling-api:${ toolingVersion} "
24+ implementation " org.gradle:gradle-tooling-api:${ toolingVersion} "
2525 implementationCopy " org.slf4j:slf4j-api:${ slf4jVersion} "
2626 implementationCopy " org.slf4j:slf4j-simple:${ slf4jVersion} "
2727
You can’t perform that action at this time.
0 commit comments