|
|
|
|
@ -8,7 +8,7 @@ android { |
|
|
|
|
|
|
|
|
|
defaultConfig { |
|
|
|
|
applicationId "com.github.catvod.demo" |
|
|
|
|
minSdk 21 |
|
|
|
|
minSdk 17 |
|
|
|
|
targetSdk 29 |
|
|
|
|
ndk { abiFilters "armeabi-v7a" } |
|
|
|
|
buildConfigField("String", "CLIENT_ID", "\"${clientId}\"") |
|
|
|
|
@ -28,8 +28,8 @@ android { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
compileOptions { |
|
|
|
|
sourceCompatibility JavaVersion.VERSION_11 |
|
|
|
|
targetCompatibility JavaVersion.VERSION_11 |
|
|
|
|
sourceCompatibility JavaVersion.VERSION_1_8 |
|
|
|
|
targetCompatibility JavaVersion.VERSION_1_8 |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -41,6 +41,6 @@ dependencies { |
|
|
|
|
implementation 'com.google.net.cronet:cronet-okhttp:0.1.0' |
|
|
|
|
implementation 'com.google.code.gson:gson:2.8.6' |
|
|
|
|
implementation 'cn.wanghaomiao:JsoupXpath:2.5.1' |
|
|
|
|
implementation 'com.google.zxing:core:3.4.1' |
|
|
|
|
implementation 'com.google.zxing:core:3.3.0' |
|
|
|
|
implementation 'org.jsoup:jsoup:1.15.3' |
|
|
|
|
} |