|
@@ -181,7 +181,7 @@ allprojects {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
dependencies {
|
|
dependencies {
|
|
- implementation fileTree(dir: "libs", include: ["*.jar"])
|
|
|
|
|
|
+ implementation fileTree(dir: "libs", include: ["*.jar","*.aar"])
|
|
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
|
|
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
|
|
implementation "com.android.support:appcompat-v7:28.0.0"
|
|
implementation "com.android.support:appcompat-v7:28.0.0"
|
|
implementation "android.arch.navigation:navigation-fragment:1.0.0"
|
|
implementation "android.arch.navigation:navigation-fragment:1.0.0"
|
|
@@ -196,8 +196,8 @@ dependencies {
|
|
//微信登录、微信支付等
|
|
//微信登录、微信支付等
|
|
implementation "com.tencent.mm.opensdk:wechat-sdk-android-with-mta:+"
|
|
implementation "com.tencent.mm.opensdk:wechat-sdk-android-with-mta:+"
|
|
//支付宝支付
|
|
//支付宝支付
|
|
- implementation files("libs/alipaySdk-20180601.jar")
|
|
|
|
- implementation files("libs/dom4j-1.6.1.jar")
|
|
|
|
|
|
+// implementation files("libs/alipaySdk-20180601.jar")
|
|
|
|
+// implementation files("libs/dom4j-1.6.1.jar")
|
|
//okhttp
|
|
//okhttp
|
|
implementation "com.squareup.okhttp3:okhttp:3.4.1"
|
|
implementation "com.squareup.okhttp3:okhttp:3.4.1"
|
|
|
|
|
|
@@ -232,8 +232,8 @@ dependencies {
|
|
//wheelview
|
|
//wheelview
|
|
implementation 'com.cncoderx.wheelview:library:1.2.5'
|
|
implementation 'com.cncoderx.wheelview:library:1.2.5'
|
|
//阿里一键登录和校验
|
|
//阿里一键登录和校验
|
|
- implementation(name: 'crashshield-release', ext: 'aar')
|
|
|
|
- implementation(name: 'phoneNumber-L-AuthSDK-2.11.1.1', ext: 'aar')
|
|
|
|
|
|
+// implementation(name: 'crashshield-release', ext: 'aar')
|
|
|
|
+// implementation(name: 'phoneNumber-L-AuthSDK-2.11.1.1', ext: 'aar')
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|