|
@ -24,10 +24,10 @@ android {
|
24
|
24
|
aaptOptions.cruncherEnabled = false
|
25
|
25
|
aaptOptions.useNewCruncher = false
|
26
|
26
|
|
27
|
|
// compileOptions {
|
28
|
|
// sourceCompatibility JavaVersion.VERSION_1_8
|
29
|
|
// targetCompatibility JavaVersion.VERSION_1_8
|
30
|
|
// }
|
|
27
|
compileOptions {
|
|
28
|
sourceCompatibility JavaVersion.VERSION_1_8
|
|
29
|
targetCompatibility JavaVersion.VERSION_1_8
|
|
30
|
}
|
31
|
31
|
|
32
|
32
|
defaultConfig {
|
33
|
33
|
applicationId "com.electric.chargingpile"
|
|
@ -171,6 +171,7 @@ dependencies {
|
171
|
171
|
implementation project(':zxing')
|
172
|
172
|
implementation project(':XRefreshView')
|
173
|
173
|
implementation project(':videolibrary:picture_library')
|
|
174
|
// implementation project(':flutter')
|
174
|
175
|
// compile 'com.google.zxing:core:+'
|
175
|
176
|
// compile 'com.google.zxing:android-core:+'
|
176
|
177
|
|