1 Star 0 Fork 26

fastiot / AppPay

forked from Jenly / AppPay 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
settings.gradle 570 Bytes
Copy Edit Raw Blame History
Jenly authored 2023-09-17 17:16 . 发布v2.0.0
pluginManagement {
repositories {
gradlePluginPortal()
maven {
url "https://maven.aliyun.com/repository/public"
}
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
maven {
url "https://maven.aliyun.com/repository/public"
}
google()
mavenCentral()
}
}
rootProject.name = "AppPay"
include ':app'
include ':apppay'
include ':alipay'
include ':wxpay'
include ':unionpay'
Android
1
https://gitee.com/fastiot/AppPay.git
git@gitee.com:fastiot/AppPay.git
fastiot
AppPay
AppPay
master

Search