|
|
|
@ -116,13 +116,13 @@ protobuf {
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
|
def cameraxVersion = '1.1.0'
|
|
|
|
|
def glideVersion = '4.13.2'
|
|
|
|
|
def glideVersion = '4.14.1'
|
|
|
|
|
def guavaVersion = '31.1'
|
|
|
|
|
def hiltVersion = '2.43.2'
|
|
|
|
|
def hiltVersion = '2.44'
|
|
|
|
|
def junitVersion = '4.13.2'
|
|
|
|
|
def libsuVersion = '5.0.3'
|
|
|
|
|
|
|
|
|
|
annotationProcessor 'androidx.annotation:annotation:1.4.0'
|
|
|
|
|
annotationProcessor 'androidx.annotation:annotation:1.5.0'
|
|
|
|
|
annotationProcessor "com.google.dagger:hilt-compiler:$hiltVersion"
|
|
|
|
|
annotationProcessor "com.github.bumptech.glide:compiler:${glideVersion}"
|
|
|
|
|
|
|
|
|
@ -166,7 +166,7 @@ dependencies {
|
|
|
|
|
implementation 'de.psdev.licensesdialog:licensesdialog:2.2.0'
|
|
|
|
|
implementation 'net.lingala.zip4j:zip4j:2.11.2'
|
|
|
|
|
implementation 'info.guardianproject.trustedintents:trustedintents:0.2'
|
|
|
|
|
implementation 'org.bouncycastle:bcprov-jdk15to18:1.71'
|
|
|
|
|
implementation 'org.bouncycastle:bcprov-jdk15to18:1.72'
|
|
|
|
|
implementation "org.simpleflatmapper:sfm-csv:8.2.3"
|
|
|
|
|
|
|
|
|
|
androidTestAnnotationProcessor "com.google.dagger:hilt-android-compiler:$hiltVersion"
|
|
|
|
@ -184,8 +184,8 @@ dependencies {
|
|
|
|
|
testImplementation "androidx.test:core:1.5.0-alpha02"
|
|
|
|
|
testImplementation "com.google.guava:guava:${guavaVersion}-jre"
|
|
|
|
|
testImplementation "junit:junit:${junitVersion}"
|
|
|
|
|
testImplementation "org.json:json:20220320"
|
|
|
|
|
testImplementation 'org.robolectric:robolectric:4.8.2'
|
|
|
|
|
testImplementation 'org.json:json:20220924'
|
|
|
|
|
testImplementation 'org.robolectric:robolectric:4.9'
|
|
|
|
|
|
|
|
|
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
|
|
|
|
|
}
|
|
|
|
|