发布网友 发布时间:2022-04-23 09:14
共1个回答
热心网友 时间:2023-05-18 12:42
中心裁剪的代码。
compileoptions{i
sourceCompatibilityJavaVersion.VERSION_1_8targetCompatibilityJavaVersion.VERSION_1_8
}
dependenciesf
implementationfileTree(dir:"libs",include:[""*.jar"])implementation'androidx.appcompat:appcompat:1.2.0'
implementation'androidx.constraintlayout:constraintlayout:2.0.4‘testImplementation'junit:junit:4.12'
androidTestImplementation'androidx.test.ext:junit:1.1.2'
androidTestImplementation'androidx.test.espresso:espresso-core:3.3.0'