diff --git a/app/build.gradle b/app/build.gradle index c8963fc4..a071ff3d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -121,10 +121,10 @@ protobuf { } dependencies { - def cameraxVersion = '1.1.0' + def cameraxVersion = '1.2.0' def glideVersion = '4.14.2' def guavaVersion = '31.1' - def hiltVersion = '2.44' + def hiltVersion = '2.44.2' def junitVersion = '4.13.2' def libsuVersion = '5.0.3' @@ -179,7 +179,7 @@ dependencies { androidTestAnnotationProcessor "com.google.dagger:hilt-android-compiler:$hiltVersion" androidTestImplementation "com.google.dagger:hilt-android-testing:$hiltVersion" androidTestImplementation 'androidx.test:core:1.5.0' - androidTestImplementation 'androidx.test:runner:1.5.0' + androidTestImplementation 'androidx.test:runner:1.5.1' androidTestImplementation 'androidx.test:rules:1.5.0' androidTestImplementation 'androidx.test.ext:junit:1.1.4' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0' diff --git a/build.gradle b/build.gradle index 4f2bfd55..41dda865 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:7.3.1' - classpath 'com.google.dagger:hilt-android-gradle-plugin:2.44' + classpath 'com.google.dagger:hilt-android-gradle-plugin:2.44.2' classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.19' // NOTE: Do not place your application dependencies here; they belong