diff --git a/app/build.gradle b/app/build.gradle index 083a0071..55212400 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -107,7 +107,7 @@ android { protobuf { protoc { - artifact = 'com.google.protobuf:protoc:3.25.0' + artifact = 'com.google.protobuf:protoc:3.25.1' } generateProtoTasks { all().each { task -> @@ -123,17 +123,17 @@ protobuf { dependencies { def cameraxVersion = '1.3.1' def glideVersion = '4.16.0' - def guavaVersion = '32.1.3' - def hiltVersion = '2.49' + def guavaVersion = '33.0.0' + def hiltVersion = '2.50' def junitVersion = '4.13.2' def libsuVersion = '5.2.2' - annotationProcessor 'androidx.annotation:annotation:1.7.0' + annotationProcessor 'androidx.annotation:annotation:1.7.1' 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.1' + implementation 'androidx.activity:activity:1.8.2' implementation 'androidx.appcompat:appcompat:1.6.1' implementation "androidx.biometric:biometric:1.1.0" implementation "androidx.camera:camera-camera2:$cameraxVersion" @@ -160,7 +160,7 @@ dependencies { implementation "com.github.topjohnwu.libsu:io:${libsuVersion}" implementation "com.google.guava:guava:${guavaVersion}-android" implementation 'com.google.android.material:material:1.11.0' - implementation 'com.google.protobuf:protobuf-javalite:3.25.0' + implementation 'com.google.protobuf:protobuf-javalite:3.25.1' implementation 'com.google.zxing:core:3.5.2' implementation "com.mikepenz:iconics-core:3.2.5" implementation 'com.mikepenz:material-design-iconic-typeface:2.2.0.5@aar' diff --git a/build.gradle b/build.gradle index c0cf9f28..07d634a6 100644 --- a/build.gradle +++ b/build.gradle @@ -6,8 +6,8 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:8.1.4' - classpath 'com.google.dagger:hilt-android-gradle-plugin:2.49' + classpath 'com.android.tools.build:gradle:8.2.0' + classpath 'com.google.dagger:hilt-android-gradle-plugin:2.50' classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.4' // NOTE: Do not place your application dependencies here; they belong diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 482c29a8..39c4f8b6 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Tue Aug 15 23:01:16 CEST 2023 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists