Update dependencies

This commit is contained in:
Alexander Bakker 2023-12-17 17:42:16 +01:00
parent adaae9e6d6
commit 52abb08201
2 changed files with 8 additions and 8 deletions

View File

@ -121,19 +121,19 @@ protobuf {
}
dependencies {
def cameraxVersion = '1.3.0'
def cameraxVersion = '1.3.1'
def glideVersion = '4.16.0'
def guavaVersion = '32.1.3'
def hiltVersion = '2.48.1'
def hiltVersion = '2.49'
def junitVersion = '4.13.2'
def libsuVersion = '5.2.1'
def libsuVersion = '5.2.2'
annotationProcessor 'androidx.annotation:annotation:1.7.0'
annotationProcessor "com.google.dagger:hilt-compiler:$hiltVersion"
annotationProcessor "com.github.bumptech.glide:compiler:${glideVersion}"
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.activity:activity:1.8.0'
implementation 'androidx.activity:activity:1.8.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation "androidx.biometric:biometric:1.1.0"
implementation "androidx.camera:camera-camera2:$cameraxVersion"
@ -159,7 +159,7 @@ dependencies {
implementation "com.github.topjohnwu.libsu:core:${libsuVersion}"
implementation "com.github.topjohnwu.libsu:io:${libsuVersion}"
implementation "com.google.guava:guava:${guavaVersion}-android"
implementation 'com.google.android.material:material:1.10.0'
implementation 'com.google.android.material:material:1.11.0'
implementation 'com.google.protobuf:protobuf-javalite:3.25.0'
implementation 'com.google.zxing:core:3.5.2'
implementation "com.mikepenz:iconics-core:3.2.5"
@ -169,7 +169,7 @@ dependencies {
implementation 'de.psdev.licensesdialog:licensesdialog:2.2.0'
implementation 'net.lingala.zip4j:zip4j:2.11.5'
implementation 'info.guardianproject.trustedintents:trustedintents:0.2'
implementation 'org.bouncycastle:bcprov-jdk18on:1.76'
implementation 'org.bouncycastle:bcprov-jdk18on:1.77'
implementation "org.simpleflatmapper:sfm-csv:8.2.3"
androidTestAnnotationProcessor "com.google.dagger:hilt-android-compiler:$hiltVersion"

View File

@ -6,8 +6,8 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.2'
classpath 'com.google.dagger:hilt-android-gradle-plugin:2.48.1'
classpath 'com.android.tools.build:gradle:8.1.4'
classpath 'com.google.dagger:hilt-android-gradle-plugin:2.49'
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.4'
// NOTE: Do not place your application dependencies here; they belong