diff --git a/AadhaarOfflineSDKClient/app/build.gradle b/AadhaarOfflineSDKClient/app/build.gradle index 1821cd1..e86865d 100644 --- a/AadhaarOfflineSDKClient/app/build.gradle +++ b/AadhaarOfflineSDKClient/app/build.gradle @@ -26,9 +26,9 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.0.2' - implementation 'androidx.constraintlayout:constraintlayout:1.1.3' - testImplementation 'junit:junit:4.12' + implementation 'androidx.appcompat:appcompat:1.3.1' + implementation 'androidx.constraintlayout:constraintlayout:2.0.4' + testImplementation 'junit:junit:4.13' androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'