Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbakker committed Dec 17, 2023
1 parent adaae9e commit 52abb08
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52abb08

Please sign in to comment.