|
@@ -25,7 +25,7 @@ android {
|
|
storePassword 'great123456'
|
|
storePassword 'great123456'
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- dataBinding.enabled true
|
|
|
|
|
|
+// dataBinding.enabled true
|
|
buildTypes {
|
|
buildTypes {
|
|
release {
|
|
release {
|
|
minifyEnabled false
|
|
minifyEnabled false
|
|
@@ -56,6 +56,7 @@ android {
|
|
sourceSets {
|
|
sourceSets {
|
|
main {
|
|
main {
|
|
jniLibs.srcDirs = ['libs']
|
|
jniLibs.srcDirs = ['libs']
|
|
|
|
+ aidl.srcDirs = ['src/main/aidl']
|
|
}
|
|
}
|
|
}
|
|
}
|
|
compileOptions {
|
|
compileOptions {
|
|
@@ -81,6 +82,7 @@ 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'
|
|
@@ -94,6 +96,7 @@ dependencies {
|
|
implementation 'com.xw.repo:xedittext:2.1.0@aar'
|
|
implementation 'com.xw.repo:xedittext:2.1.0@aar'
|
|
|
|
|
|
api 'com.jakewharton:butterknife:10.2.3'
|
|
api 'com.jakewharton:butterknife:10.2.3'
|
|
|
|
+ implementation 'androidx.appcompat:appcompat:1.2.0'
|
|
annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.3'
|
|
annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.3'
|
|
implementation 'com.squareup.retrofit2:converter-scalars:2.2.0'
|
|
implementation 'com.squareup.retrofit2:converter-scalars:2.2.0'
|
|
implementation 'com.squareup.retrofit2:converter-gson:2.2.0'
|
|
implementation 'com.squareup.retrofit2:converter-gson:2.2.0'
|