|
@@ -5,7 +5,7 @@ android {
|
|
buildToolsVersion "26.0.0"
|
|
buildToolsVersion "26.0.0"
|
|
defaultConfig {
|
|
defaultConfig {
|
|
applicationId "com.vtpayment.plugin"
|
|
applicationId "com.vtpayment.plugin"
|
|
- minSdkVersion 15
|
|
+ minSdkVersion 16
|
|
targetSdkVersion 25
|
|
targetSdkVersion 25
|
|
versionCode 1
|
|
versionCode 1
|
|
versionName "1.0"
|
|
versionName "1.0"
|
|
@@ -32,6 +32,7 @@ dependencies {
|
|
compile 'com.android.support.constraint:constraint-layout:1.0.0-beta1'
|
|
compile 'com.android.support.constraint:constraint-layout:1.0.0-beta1'
|
|
testCompile 'junit:junit:4.12'
|
|
testCompile 'junit:junit:4.12'
|
|
compile(name: 'allpaysdk', ext: 'aar')
|
|
compile(name: 'allpaysdk', ext: 'aar')
|
|
|
|
+ compile(name: 'alipaySdk', ext: 'aar')
|
|
compile 'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:+'
|
|
compile 'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:+'
|
|
}
|
|
}
|
|
|
|
|