diff --git a/app/build.gradle b/app/build.gradle index 882b1c80..491a3e99 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -118,7 +118,7 @@ protobuf { dependencies { def cameraxVersion = '1.1.0' - def glideVersion = '4.14.1' + def glideVersion = '4.14.2' def guavaVersion = '31.1' def hiltVersion = '2.44' def junitVersion = '4.13.2' @@ -173,17 +173,17 @@ dependencies { androidTestAnnotationProcessor "com.google.dagger:hilt-android-compiler:$hiltVersion" androidTestImplementation "com.google.dagger:hilt-android-testing:$hiltVersion" - androidTestImplementation "androidx.test:core:1.5.0-alpha02" - androidTestImplementation "androidx.test:runner:1.5.0-alpha04" - androidTestImplementation "androidx.test:rules:1.4.1-alpha07" - androidTestImplementation 'androidx.test.ext:junit:1.1.4-alpha07' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0-alpha07' - androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.5.0-alpha07' - androidTestImplementation 'androidx.test.espresso:espresso-intents:3.5.0-alpha07' + androidTestImplementation 'androidx.test:core:1.5.0-beta01' + androidTestImplementation 'androidx.test:runner:1.5.0-beta01' + androidTestImplementation 'androidx.test:rules:1.4.1-beta01' + androidTestImplementation 'androidx.test.ext:junit:1.1.4-beta01' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0-beta01' + androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.5.0-beta01' + androidTestImplementation 'androidx.test.espresso:espresso-intents:3.5.0-beta01' androidTestImplementation "junit:junit:${junitVersion}" - androidTestUtil 'androidx.test:orchestrator:1.4.2-alpha04' + androidTestUtil 'androidx.test:orchestrator:1.4.2-beta01' - testImplementation "androidx.test:core:1.5.0-alpha02" + testImplementation 'androidx.test:core:1.5.0-beta01' testImplementation "com.google.guava:guava:${guavaVersion}-jre" testImplementation "junit:junit:${junitVersion}" testImplementation 'org.json:json:20220924'