|
|
|
@ -37,6 +37,11 @@ dependencies {
|
|
|
|
|
implementation(libs.material)
|
|
|
|
|
implementation(libs.activity)
|
|
|
|
|
implementation(libs.constraintlayout)
|
|
|
|
|
implementation(fileTree(mapOf(
|
|
|
|
|
"dir" to "D:\\ruanjiandaolun\\xiaomi-note\\lib",
|
|
|
|
|
"include" to listOf("*.aar", "*.jar"),
|
|
|
|
|
"exclude" to listOf()
|
|
|
|
|
)))
|
|
|
|
|
testImplementation(libs.junit)
|
|
|
|
|
androidTestImplementation(libs.ext.junit)
|
|
|
|
|
androidTestImplementation(libs.espresso.core)
|
|
|
|
|