mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-21 14:29:13 +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'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue