|
|
@@ -25,10 +25,11 @@ android {
|
|
|
}
|
|
|
|
|
|
dependencies {
|
|
|
- implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
|
-
|
|
|
+// implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
|
implementation 'androidx.appcompat:appcompat:1.0.2'
|
|
|
testImplementation 'junit:junit:4.12'
|
|
|
androidTestImplementation 'androidx.test.ext:junit:1.1.0'
|
|
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
|
|
|
+ compileOnly files('libs/classes.jar') //unity(只编译,打包时不包含)
|
|
|
+ compileOnly files('libs/sdk-api.jar') //乐播(只编译,打包时不包含)
|
|
|
}
|