diff --git a/app/build.gradle b/app/build.gradle index c2be114..f48e84f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -67,21 +67,21 @@ android { } dependencies { - implementation 'org.jetbrains:annotations:15.0' + implementation 'org.jetbrains:annotations:26.1.0' googlePlayFlavorImplementation 'com.google.firebase:firebase-appindexing:20.0.0' - googlePlayFlavorImplementation 'com.google.android.gms:play-services-location:18.0.0' + googlePlayFlavorImplementation 'com.google.android.gms:play-services-location:20.0.0' apkFlavorImplementation 'com.google.firebase:firebase-appindexing:20.0.0' - apkFlavorImplementation 'com.google.android.gms:play-services-location:18.0.0' + apkFlavorImplementation 'com.google.android.gms:play-services-location:20.0.0' - implementation 'com.linkedin.dexmaker:dexmaker:2.28.1' - implementation 'org.apache.commons:commons-lang3:3.0' + implementation 'com.linkedin.dexmaker:dexmaker:2.28.6' + implementation 'org.apache.commons:commons-lang3:3.20.0' //implementation "androidx.security:security-crypto:1.0.0" //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.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.3' + androidTestImplementation 'androidx.test.ext:junit:1.1.4' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' } \ No newline at end of file