diff --git a/base/build.gradle b/base/build.gradle index 1539cfb..46948d6 100644 --- a/base/build.gradle +++ b/base/build.gradle @@ -23,9 +23,9 @@ dependencies { api 'androidx.appcompat:appcompat:1.1.0' api 'com.google.android.material:material:1.1.0' api 'androidx.constraintlayout:constraintlayout:1.1.3' - testImplementation 'junit:junit:4.+' - androidTestImplementation 'androidx.test.ext:junit:1.1.1' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' + testApi 'junit:junit:4.+' + androidTestApi 'androidx.test.ext:junit:1.1.1' + androidTestApi 'androidx.test.espresso:espresso-core:3.2.0' api files('libs\\tbs_sdk_thirdapp_v4.3.0.386_44286_20230210.jar') // okhttp相关库 diff --git a/settings.gradle b/settings.gradle index 63379b3..51be0d0 100644 --- a/settings.gradle +++ b/settings.gradle @@ -36,3 +36,4 @@ include ':cergas' include ':spinsini' include ':Oyen333' include ':speednp' +include ':play33new'