|
@@ -14,14 +14,14 @@ android {
|
|
|
storePassword keystoreProperties['storePassword']
|
|
|
}
|
|
|
}
|
|
|
- compileSdkVersion 29
|
|
|
+ compileSdkVersion 32
|
|
|
|
|
|
defaultConfig {
|
|
|
- versionCode 13
|
|
|
- versionName "1.23"
|
|
|
+ versionCode 10013
|
|
|
+ versionName "1.2.3"
|
|
|
applicationId "me.yoqi.android.qrcode"
|
|
|
minSdkVersion 16
|
|
|
- targetSdkVersion 29
|
|
|
+ targetSdkVersion 32
|
|
|
}
|
|
|
|
|
|
buildTypes {
|
|
@@ -38,4 +38,6 @@ dependencies {
|
|
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
|
implementation 'androidx.appcompat:appcompat:1.2.0'
|
|
|
implementation project(":utils")
|
|
|
+ // implementation 'me.dm7.barcodescanner:zxing:1.9'
|
|
|
+ //implementation 'cn.bingoogolapple:bga-qrcode-zbar:1.2.5'
|
|
|
}
|