This commit is contained in:
2022-02-02 02:37:16 +08:00
parent 6ff20e7290
commit 685726b2d3
10 changed files with 397 additions and 1 deletions

View File

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