|
@@ -25,7 +25,7 @@ android {
|
|
storePassword 'great123456'
|
|
storePassword 'great123456'
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ dataBinding.enabled true
|
|
buildTypes {
|
|
buildTypes {
|
|
release {
|
|
release {
|
|
minifyEnabled false
|
|
minifyEnabled false
|
|
@@ -56,7 +56,6 @@ android {
|
|
sourceSets {
|
|
sourceSets {
|
|
main {
|
|
main {
|
|
jniLibs.srcDirs = ['libs']
|
|
jniLibs.srcDirs = ['libs']
|
|
- aidl.srcDirs = ['src/main/aidl']
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
compileOptions {
|
|
compileOptions {
|
|
@@ -82,7 +81,6 @@ android {
|
|
dependencies {
|
|
dependencies {
|
|
implementation fileTree(include: ['*.aar','*.jar'], dir: 'libs')
|
|
implementation fileTree(include: ['*.aar','*.jar'], dir: 'libs')
|
|
// implementation fileTree(dir: 'libs', include: ['*.aar', '*.jar'], exclude: [])
|
|
// implementation fileTree(dir: 'libs', include: ['*.aar', '*.jar'], exclude: [])
|
|
- implementation 'androidx.appcompat:appcompat:1.2.0'
|
|
|
|
implementation 'androidx.multidex:multidex:2.0.0'
|
|
implementation 'androidx.multidex:multidex:2.0.0'
|
|
implementation 'com.google.android.material:material:1.1.0'
|
|
implementation 'com.google.android.material:material:1.1.0'
|
|
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
@@ -121,12 +119,22 @@ dependencies {
|
|
// 图片加载
|
|
// 图片加载
|
|
implementation 'com.squareup.picasso:picasso:2.5.2'
|
|
implementation 'com.squareup.picasso:picasso:2.5.2'
|
|
|
|
|
|
- implementation 'androidx.appcompat:appcompat:1.2.0'
|
|
|
|
implementation 'com.google.android.material:material:1.2.1'
|
|
implementation 'com.google.android.material:material:1.2.1'
|
|
implementation 'androidx.recyclerview:recyclerview:1.1.0'
|
|
implementation 'androidx.recyclerview:recyclerview:1.1.0'
|
|
implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0'
|
|
implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0'
|
|
implementation 'com.scwang.smartrefresh:SmartRefreshHeader:1.1.0'
|
|
implementation 'com.scwang.smartrefresh:SmartRefreshHeader:1.1.0'
|
|
implementation 'cn.yhq:android-dialog:1.6.0'
|
|
implementation 'cn.yhq:android-dialog:1.6.0'
|
|
|
|
+ implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
|
|
+ implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
|
|
+ testImplementation 'junit:junit:4.13'
|
|
|
|
+ androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
|
|
+ androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
|
|
+ implementation 'com.github.bumptech.glide:glide:4.8.0'
|
|
|
|
+ annotationProcessor 'com.github.bumptech.glide:compiler:4.8.0'
|
|
|
|
+ implementation 'com.github.bumptech.glide:okhttp3-integration:4.8.0'
|
|
|
|
+
|
|
|
|
+ //新版SDK 只需要集成这一个包即可完成所有流程
|
|
|
|
+ implementation "com.sunmi:SunmiEID-SDK:1.3.11"
|
|
}
|
|
}
|
|
|
|
|
|
// SH1: 84:DD:2A:D6:4A:63:12:6B:06:9F:24:38:1F:57:32:8F:4D:5F:EE:78
|
|
// SH1: 84:DD:2A:D6:4A:63:12:6B:06:9F:24:38:1F:57:32:8F:4D:5F:EE:78
|