diff --git a/app/build.gradle b/app/build.gradle index 3cce7099..d71e9d9a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -124,7 +124,7 @@ dependencies { def cameraxVersion = '1.0.0-rc02' def glideVersion = '4.12.0' def guavaVersion = '30.1' - def junitVersion = '4.13.1' + def junitVersion = '4.13.2' def libsuVersion = '3.0.2' annotationProcessor 'androidx.annotation:annotation:1.1.0' @@ -140,7 +140,7 @@ dependencies { 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.2.0" + implementation "androidx.lifecycle:lifecycle-process:2.3.0" implementation 'androidx.preference:preference:1.1.1' implementation 'androidx.recyclerview:recyclerview:1.1.0' implementation "androidx.viewpager2:viewpager2:1.0.0" @@ -159,7 +159,7 @@ dependencies { 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.3.5' + implementation 'com.nulab-inc:zxcvbn:1.3.6' implementation 'de.hdodenhof:circleimageview:3.1.0' implementation 'de.psdev.licensesdialog:licensesdialog:2.1.0' // NOTE: this is kept at an old version on purpose (something in newer versions breaks the Authenticator Plus importer) diff --git a/build.gradle b/build.gradle index de57a1d7..9c54cd57 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:4.0.1' - classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.14' + classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.15' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files