Fix Gradle syntax error: incorrect quote at line 60

This commit is contained in:
xiajiid
2026-02-08 20:13:39 +08:00
parent 8ec7db8e0e
commit 21027c71ba

View File

@@ -57,5 +57,5 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1"
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
}