This commit is contained in:
2022-02-01 23:53:01 +08:00
parent e2fe48fea1
commit 07864c9a00
2 changed files with 4 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ android {
}
dependencies {
// Used 82 API Version
compileOnly fileTree(include: ['api-82.jar'], dir: 'libs')
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'