File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2727 moduleDescription = " 让支付宝支持指纹支付 Fingerprint pay for Alipay."
2828 moduleVersion = " v${ project.property("VERSION_NAME")} "
2929 moduleVersionCode = project. property(" VERSION_CODE" ) as int
30- moduleUpdateJson = " https://accelerate.xdow.net/raw.githubusercontent. com/eritpchy/FingerprintPay/main/release/update_${ pluginTypeName.toLowerCase()} _alipay.json"
30+ moduleUpdateJson = " https://gitee. com/eritpchy/FingerprintPay/raw /main/release/update_${ pluginTypeName.toLowerCase()} _alipay.json"
3131 moduleResourcePath = fileTree(dir : rootProject. file(' ../../app/build/intermediates/dex' ), include : ' **/classes.dex' ). files. sort { it. lastModified() }. last(). absolutePath
3232}
3333apply from : " $rootDir /fingerprint.gradle"
Original file line number Diff line number Diff line change 2727 moduleDescription = " 让QQ支持指纹支付 Fingerprint pay for QQ."
2828 moduleVersion = " v${ project.property("VERSION_NAME")} "
2929 moduleVersionCode = project. property(" VERSION_CODE" ) as int
30- moduleUpdateJson = " https://accelerate.xdow.net/raw.githubusercontent. com/eritpchy/FingerprintPay/main/release/update_${ pluginTypeName.toLowerCase()} _qq.json"
30+ moduleUpdateJson = " https://gitee. com/eritpchy/FingerprintPay/raw /main/release/update_${ pluginTypeName.toLowerCase()} _qq.json"
3131 moduleResourcePath = fileTree(dir : rootProject. file(' ../../app/build/intermediates/dex' ), include : ' **/classes.dex' ). files. sort { it. lastModified() }. last(). absolutePath
3232}
3333apply from : " $rootDir /fingerprint.gradle"
Original file line number Diff line number Diff line change 2727 moduleDescription = " 让淘宝支持指纹支付 Fingerprint pay for Taobao."
2828 moduleVersion = " v${ project.property("VERSION_NAME")} "
2929 moduleVersionCode = project. property(" VERSION_CODE" ) as int
30- moduleUpdateJson = " https://accelerate.xdow.net/raw.githubusercontent. com/eritpchy/FingerprintPay/main/release/update_${ pluginTypeName.toLowerCase()} _taobao.json"
30+ moduleUpdateJson = " https://gitee. com/eritpchy/FingerprintPay/raw /main/release/update_${ pluginTypeName.toLowerCase()} _taobao.json"
3131 moduleResourcePath = fileTree(dir : rootProject. file(' ../../app/build/intermediates/dex' ), include : ' **/classes.dex' ). files. sort { it. lastModified() }. last(). absolutePath
3232}
3333apply from : " $rootDir /fingerprint.gradle"
Original file line number Diff line number Diff line change 2727 moduleDescription = " 让云闪付支持指纹支付 Fingerprint pay for UnionPay."
2828 moduleVersion = " v${ project.property("VERSION_NAME")} "
2929 moduleVersionCode = project. property(" VERSION_CODE" ) as int
30- moduleUpdateJson = " https://accelerate.xdow.net/raw.githubusercontent. com/eritpchy/FingerprintPay/main/release/update_${ pluginTypeName.toLowerCase()} _unionpay.json"
30+ moduleUpdateJson = " https://gitee. com/eritpchy/FingerprintPay/raw /main/release/update_${ pluginTypeName.toLowerCase()} _unionpay.json"
3131 moduleResourcePath = fileTree(dir : rootProject. file(' ../../app/build/intermediates/dex' ), include : ' **/classes.dex' ). files. sort { it. lastModified() }. last(). absolutePath
3232}
3333apply from : " $rootDir /fingerprint.gradle"
Original file line number Diff line number Diff line change 2727 moduleDescription = " 让微信支持指纹支付 Fingerprint pay for WeChat."
2828 moduleVersion = " v${ project.property("VERSION_NAME")} "
2929 moduleVersionCode = project. property(" VERSION_CODE" ) as int
30- moduleUpdateJson = " https://accelerate.xdow.net/raw.githubusercontent. com/eritpchy/FingerprintPay/main/release/update_${ pluginTypeName.toLowerCase()} _wechat.json"
30+ moduleUpdateJson = " https://gitee. com/eritpchy/FingerprintPay/raw /main/release/update_${ pluginTypeName.toLowerCase()} _wechat.json"
3131 moduleResourcePath = fileTree(dir : rootProject. file(' ../../app/build/intermediates/dex' ), include : ' **/classes.dex' ). files. sort { it. lastModified() }. last(). absolutePath
3232}
3333apply from : " $rootDir /fingerprint.gradle"
You can’t perform that action at this time.
0 commit comments