Fix filename conflict issue by appending numbers in parentheses

This commit is contained in:
u7602081 2024-10-26 00:57:09 +11:00
parent 1e7aabad16
commit 7ba51665b9
3 changed files with 6 additions and 9 deletions

View file

@ -50,6 +50,7 @@ dependencies {
implementation "com.google.android.material:material:1.9.0"
implementation 'com.karumi:dexter:5.0.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.test.uiautomator:uiautomator:2.2.0'
// Jetpack Compose
def composeBom = platform('androidx.compose:compose-bom:2024.08.00')