mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-03 21:30:16 +00:00
Update dependencies
This commit is contained in:
parent
4198ca3bb7
commit
7517cfc975
1 changed files with 10 additions and 10 deletions
|
@ -118,7 +118,7 @@ protobuf {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
def cameraxVersion = '1.1.0'
|
def cameraxVersion = '1.1.0'
|
||||||
def glideVersion = '4.14.1'
|
def glideVersion = '4.14.2'
|
||||||
def guavaVersion = '31.1'
|
def guavaVersion = '31.1'
|
||||||
def hiltVersion = '2.44'
|
def hiltVersion = '2.44'
|
||||||
def junitVersion = '4.13.2'
|
def junitVersion = '4.13.2'
|
||||||
|
@ -173,17 +173,17 @@ dependencies {
|
||||||
|
|
||||||
androidTestAnnotationProcessor "com.google.dagger:hilt-android-compiler:$hiltVersion"
|
androidTestAnnotationProcessor "com.google.dagger:hilt-android-compiler:$hiltVersion"
|
||||||
androidTestImplementation "com.google.dagger:hilt-android-testing:$hiltVersion"
|
androidTestImplementation "com.google.dagger:hilt-android-testing:$hiltVersion"
|
||||||
androidTestImplementation "androidx.test:core:1.5.0-alpha02"
|
androidTestImplementation 'androidx.test:core:1.5.0-beta01'
|
||||||
androidTestImplementation "androidx.test:runner:1.5.0-alpha04"
|
androidTestImplementation 'androidx.test:runner:1.5.0-beta01'
|
||||||
androidTestImplementation "androidx.test:rules:1.4.1-alpha07"
|
androidTestImplementation 'androidx.test:rules:1.4.1-beta01'
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.4-alpha07'
|
androidTestImplementation 'androidx.test.ext:junit:1.1.4-beta01'
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0-alpha07'
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0-beta01'
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.5.0-alpha07'
|
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.5.0-beta01'
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.5.0-alpha07'
|
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.5.0-beta01'
|
||||||
androidTestImplementation "junit:junit:${junitVersion}"
|
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 "com.google.guava:guava:${guavaVersion}-jre"
|
||||||
testImplementation "junit:junit:${junitVersion}"
|
testImplementation "junit:junit:${junitVersion}"
|
||||||
testImplementation 'org.json:json:20220924'
|
testImplementation 'org.json:json:20220924'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue