diff --git a/app/build.gradle b/app/build.gradle index d98cbf68..e54bf612 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -120,8 +120,8 @@ protobuf { } dependencies { - def androidTestVersion = '1.3.0' - def cameraxVersion = '1.0.0' + def androidTestVersion = '1.4.0' + def cameraxVersion = '1.0.1' def glideVersion = '4.12.0' def guavaVersion = '30.1.1' def junitVersion = '4.13.2' @@ -131,18 +131,18 @@ dependencies { annotationProcessor "com.github.bumptech.glide:compiler:${glideVersion}" implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'androidx.appcompat:appcompat:1.3.1' implementation "androidx.biometric:biometric:1.1.0" implementation "androidx.camera:camera-camera2:$cameraxVersion" implementation "androidx.camera:camera-lifecycle:$cameraxVersion" - implementation "androidx.camera:camera-view:1.0.0-alpha24" + implementation "androidx.camera:camera-view:1.0.0-alpha27" implementation 'androidx.cardview:cardview:1.0.0' implementation "androidx.core:core:1.3.2" implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'androidx.documentfile:documentfile:1.0.1' implementation "androidx.lifecycle:lifecycle-process:2.3.1" implementation 'androidx.preference:preference:1.1.1' - implementation 'androidx.recyclerview:recyclerview:1.2.0' + implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation "androidx.viewpager2:viewpager2:1.0.0" implementation 'com.amulyakhare:com.amulyakhare.textdrawable:1.0.1' implementation 'com.caverock:androidsvg-aar:1.4' @@ -155,34 +155,34 @@ 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.3.0' - implementation 'com.google.protobuf:protobuf-javalite:3.16.0' + implementation 'com.google.android.material:material:1.4.0' + implementation 'com.google.protobuf:protobuf-javalite:3.17.3' implementation 'com.google.zxing:core:3.4.1' implementation "com.mikepenz:iconics-core:3.2.5" implementation 'com.mikepenz:material-design-iconic-typeface:2.2.0.5@aar' - implementation 'com.nulab-inc:zxcvbn:1.5.0' + implementation 'com.nulab-inc:zxcvbn:1.5.2' implementation 'de.hdodenhof:circleimageview:3.1.0' - implementation 'de.psdev.licensesdialog:licensesdialog:2.1.0' + implementation 'de.psdev.licensesdialog:licensesdialog:2.2.0' // NOTE: this is kept at an old version on purpose (something in newer versions breaks the Authenticator Plus importer) implementation 'net.lingala.zip4j:zip4j:2.6.0' implementation 'info.guardianproject.trustedintents:trustedintents:0.2' - implementation 'org.bouncycastle:bcprov-jdk15on:1.68' + implementation 'org.bouncycastle:bcprov-jdk15on:1.69' androidTestImplementation "androidx.test:core:${androidTestVersion}" androidTestImplementation "androidx.test:runner:${androidTestVersion}" androidTestImplementation "androidx.test:rules:${androidTestVersion}" - androidTestImplementation 'androidx.test.ext:junit:1.1.2' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' - androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.3.0' - androidTestImplementation 'androidx.test.espresso:espresso-intents:3.3.0' + androidTestImplementation 'androidx.test.ext:junit:1.1.3' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' + androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.4.0' + androidTestImplementation 'androidx.test.espresso:espresso-intents:3.4.0' androidTestImplementation "junit:junit:${junitVersion}" - androidTestUtil 'androidx.test:orchestrator:1.3.0' + androidTestUtil 'androidx.test:orchestrator:1.4.0' testImplementation "androidx.test:core:${androidTestVersion}" testImplementation "com.google.guava:guava:${guavaVersion}-jre" testImplementation "junit:junit:${junitVersion}" testImplementation "org.json:json:20210307" - testImplementation 'org.robolectric:robolectric:4.5.1' + testImplementation 'org.robolectric:robolectric:4.6.1' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5' } diff --git a/build.gradle b/build.gradle index b37b0845..0d73daf0 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:4.1.3' - classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.16' + classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.17' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files