Upgraded to Gradle 8.4.2

This commit is contained in:
2026-02-27 23:07:22 +01:00
parent 6f1f112d98
commit ea57dd01e5
4 changed files with 9 additions and 6 deletions

View File

@@ -81,7 +81,7 @@ dependencies {
//implementation "androidx.security:security-identity-credential:1.0.0-alpha02"
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'com.google.android.material:material:1.6.1'
testImplementation 'junit:junit:4'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
}