mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-14 05:52:52 +00:00
Update dependencies
This commit is contained in:
parent
cad2ecfe1b
commit
ceaf52e238
2 changed files with 4 additions and 4 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue