|
|
|
@ -18,12 +18,12 @@ def fileProviderAuthority = "${packageName}.fileprovider"
|
|
|
|
|
def fileProviderAuthorityDebug = "${packageName}.debug.fileprovider"
|
|
|
|
|
|
|
|
|
|
android {
|
|
|
|
|
compileSdkVersion 30
|
|
|
|
|
compileSdkVersion 31
|
|
|
|
|
|
|
|
|
|
defaultConfig {
|
|
|
|
|
applicationId "${packageName}"
|
|
|
|
|
minSdkVersion 21
|
|
|
|
|
targetSdkVersion 30
|
|
|
|
|
targetSdkVersion 31
|
|
|
|
|
versionCode 50
|
|
|
|
|
versionName "2.0.2"
|
|
|
|
|
multiDexEnabled true
|
|
|
|
@ -122,7 +122,7 @@ protobuf {
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
|
def androidTestVersion = '1.4.0'
|
|
|
|
|
def cameraxVersion = '1.0.1'
|
|
|
|
|
def cameraxVersion = '1.0.2'
|
|
|
|
|
def glideVersion = '4.12.0'
|
|
|
|
|
def guavaVersion = '30.1.1'
|
|
|
|
|
def junitVersion = '4.13.2'
|
|
|
|
@ -136,12 +136,12 @@ dependencies {
|
|
|
|
|
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-alpha27"
|
|
|
|
|
implementation "androidx.camera:camera-view:1.0.0-alpha30"
|
|
|
|
|
implementation 'androidx.cardview:cardview:1.0.0'
|
|
|
|
|
implementation "androidx.core:core:1.3.2"
|
|
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
|
|
|
|
|
implementation "androidx.core:core:1.7.0"
|
|
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
|
|
|
|
|
implementation 'androidx.documentfile:documentfile:1.0.1'
|
|
|
|
|
implementation "androidx.lifecycle:lifecycle-process:2.3.1"
|
|
|
|
|
implementation "androidx.lifecycle:lifecycle-process:2.4.0"
|
|
|
|
|
implementation 'androidx.preference:preference:1.1.1'
|
|
|
|
|
implementation 'androidx.recyclerview:recyclerview:1.2.1'
|
|
|
|
|
implementation "androidx.viewpager2:viewpager2:1.0.0"
|
|
|
|
|