Biometric support (#820)
Minor improvements. Merge branch 'master' into biometric-support # Conflicts: # app/src/main/res/values/strings.xml Merge branch 'master' into biometric-support Merge branch 'master' into biometric-support UI transition improvements check for older version(android 6+), support for android 10 and below Fix material lib builds with new version Merge branch 'biometric-support' of codeberg.org:gitnex/GitNex into biometric-support Merge branch 'master' into biometric-support # Conflicts: # app/src/main/java/org/mian/gitnex/activities/BaseActivity.java # app/src/main/res/values/strings.xml Merge branch 'master' into biometric-support Merge branch 'master' into biometric-support Merge branch 'master' into biometric-support set status to false Merge branch 'master' into biometric-support check for bimetric status on device Merge branch 'master' of https://codeberg.org/gitnex/GitNex into biometric-support close app if back button or cancel is clicked Enable/disable and show biometric auth dialog Layout Co-authored-by: opyale <opyale@noreply.codeberg.org> Co-authored-by: M M Arif <mmarif@swatian.com> Co-authored-by: 6543 <6543@noreply.codeberg.org> Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/820 Reviewed-by: opyale <opyale@noreply.codeberg.org> Co-Authored-By: M M Arif <mmarif@noreply.codeberg.org> Co-Committed-By: M M Arif <mmarif@noreply.codeberg.org>
This commit is contained in:
@@ -54,14 +54,14 @@ configurations {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
def lifecycle_version = '2.3.0-rc01'
|
||||
def lifecycle_version = '2.3.0'
|
||||
def markwon_version = '4.6.1'
|
||||
def work_version = "2.5.0"
|
||||
def acra = "5.7.0"
|
||||
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
implementation 'androidx.appcompat:appcompat:1.3.0-beta01'
|
||||
implementation 'com.google.android.material:material:1.3.0-alpha03' // Upgrading to rc01 results in failing builds
|
||||
implementation 'com.google.android.material:material:1.3.0'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
|
||||
implementation "androidx.legacy:legacy-support-v4:1.0.0"
|
||||
implementation "androidx.lifecycle:lifecycle-viewmodel:$lifecycle_version"
|
||||
@@ -112,5 +112,6 @@ dependencies {
|
||||
implementation "org.codeberg.gitnex-garage:emoji-java:v5.1.2"
|
||||
implementation "org.codeberg.gitnex:tea4j:1.0.1"
|
||||
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:1.1.1"
|
||||
implementation 'androidx.biometric:biometric:1.1.0'
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user