1 Star 0 Fork 25

zhuorui / AppPay

forked from Jenly / AppPay 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
jenly1314 提交于 2019-11-14 11:34 . * 移除support:appcompat-v7依赖
apply plugin: 'com.android.application'
android {
compileSdkVersion build_versions.compileSdk
buildToolsVersion build_versions.buildTools
defaultConfig {
applicationId "com.king.pay.app"
minSdkVersion build_versions.minSdk
targetSdkVersion build_versions.targetSdk
versionCode app_version.versionCode
versionName app_version.versionName
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
testImplementation deps.test.junit
androidTestImplementation deps.test.runner
androidTestImplementation deps.test.espresso
implementation deps.support.appcompat
implementation deps.support.constraintlayout
implementation project(':apppay')
//集成AppPay或者AliPay时需依赖alipaySdk
implementation (name: 'alipaySdk-15.6.8-20191021122514', ext: 'aar')
}
Android
1
https://gitee.com/zhuorui-code/AppPay.git
git@gitee.com:zhuorui-code/AppPay.git
zhuorui-code
AppPay
AppPay
master

搜索帮助