|
@@ -27,13 +27,10 @@ android {
|
|
|
}
|
|
|
|
|
|
dependencies {
|
|
|
- implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
|
-
|
|
|
- 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'
|
|
|
- implementation "androidx.core:core-ktx:1.7.0"
|
|
|
+ implementation 'androidx.appcompat:appcompat:1.2.0'
|
|
|
+ testImplementation 'junit:junit:4.13'
|
|
|
+ androidTestImplementation 'androidx.test.ext:junit:1.1.2'
|
|
|
+ androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
|
|
|
}
|
|
|
afterEvaluate {
|
|
|
// 排除 BuildConfig.class 和 R.class
|