style: optimizing code style

This commit is contained in:
2025-09-18 13:05:06 +08:00
parent f565e297e9
commit df9b12d5d3
4 changed files with 21 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ dependencies {
implementation(com.highcapable.betterandroid.system.extension)
implementation(androidx.core.core.ktx)
implementation(androidx.appcompat.appcompat)
testImplementation(junit.junit)
androidTestImplementation(androidx.test.ext.junit)
androidTestImplementation(androidx.test.espresso.espresso.core)