Downgrade espresso and AWS
diff --git a/sample-compose/build.gradle b/sample-compose/build.gradle
index 516f57e..1c77b05 100644
--- a/sample-compose/build.gradle
+++ b/sample-compose/build.gradle
@@ -83,5 +83,5 @@
 
   testImplementation 'junit:junit:4.13.2'
   androidTestImplementation 'androidx.test.ext:junit:1.1.3'
-  androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
-}
\ No newline at end of file
+  androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
+}
diff --git a/sample/build.gradle b/sample/build.gradle
index e38c028..07d817a 100644
--- a/sample/build.gradle
+++ b/sample/build.gradle
@@ -92,9 +92,9 @@
   implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.1'
   implementation 'com.dlazaro66.qrcodereaderview:qrcodereaderview:2.0.2'
   implementation 'com.github.PhilJay:MPAndroidChart:3.1.0'
-  implementation 'com.amazonaws:aws-android-sdk-s3:2.28.0'
-  implementation ('com.amazonaws:aws-android-sdk-mobile-client:2.28.0@aar') { transitive = true }
-  implementation ('com.amazonaws:aws-android-sdk-auth-userpools:2.28.0@aar') { transitive = true }
+  implementation 'com.amazonaws:aws-android-sdk-s3:2.8.3'
+  implementation ('com.amazonaws:aws-android-sdk-mobile-client:2.8.3@aar') { transitive = true }
+  implementation ('com.amazonaws:aws-android-sdk-auth-userpools:2.8.3@aar') { transitive = true }
   implementation 'com.google.code.gson:gson:2.8.8'
   implementation 'com.squareup.okhttp3:okhttp:4.9.1'
   implementation 'com.squareup.retrofit2:retrofit:2.9.0'
@@ -108,8 +108,8 @@
 
   androidTestImplementation 'androidx.test:core:1.3.0'
   androidTestImplementation 'androidx.test.ext:junit:1.1.3'
-  androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
-  androidTestImplementation 'androidx.test.espresso:espresso-idling-resource:3.4.0'
+  androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
+  androidTestImplementation 'androidx.test.espresso:espresso-idling-resource:3.3.0'
   androidTestImplementation 'androidx.test:rules:1.4.0'
   androidTestImplementation 'com.squareup.okhttp3:okhttp:4.9.1'
   androidTestImplementation 'io.jsonwebtoken:jjwt:0.9.1'