File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 27
27
moduleDescription = " 让支付宝支持指纹支付 Fingerprint pay for Alipay."
28
28
moduleVersion = " v${ project.property("VERSION_NAME")} "
29
29
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"
31
31
moduleResourcePath = fileTree(dir : rootProject. file(' ../../app/build/intermediates/dex' ), include : ' **/classes.dex' ). files. sort { it. lastModified() }. last(). absolutePath
32
32
}
33
33
apply from : " $rootDir /fingerprint.gradle"
Original file line number Diff line number Diff line change 27
27
moduleDescription = " 让QQ支持指纹支付 Fingerprint pay for QQ."
28
28
moduleVersion = " v${ project.property("VERSION_NAME")} "
29
29
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"
31
31
moduleResourcePath = fileTree(dir : rootProject. file(' ../../app/build/intermediates/dex' ), include : ' **/classes.dex' ). files. sort { it. lastModified() }. last(). absolutePath
32
32
}
33
33
apply from : " $rootDir /fingerprint.gradle"
Original file line number Diff line number Diff line change 27
27
moduleDescription = " 让淘宝支持指纹支付 Fingerprint pay for Taobao."
28
28
moduleVersion = " v${ project.property("VERSION_NAME")} "
29
29
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"
31
31
moduleResourcePath = fileTree(dir : rootProject. file(' ../../app/build/intermediates/dex' ), include : ' **/classes.dex' ). files. sort { it. lastModified() }. last(). absolutePath
32
32
}
33
33
apply from : " $rootDir /fingerprint.gradle"
Original file line number Diff line number Diff line change 27
27
moduleDescription = " 让云闪付支持指纹支付 Fingerprint pay for UnionPay."
28
28
moduleVersion = " v${ project.property("VERSION_NAME")} "
29
29
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"
31
31
moduleResourcePath = fileTree(dir : rootProject. file(' ../../app/build/intermediates/dex' ), include : ' **/classes.dex' ). files. sort { it. lastModified() }. last(). absolutePath
32
32
}
33
33
apply from : " $rootDir /fingerprint.gradle"
Original file line number Diff line number Diff line change 27
27
moduleDescription = " 让微信支持指纹支付 Fingerprint pay for WeChat."
28
28
moduleVersion = " v${ project.property("VERSION_NAME")} "
29
29
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"
31
31
moduleResourcePath = fileTree(dir : rootProject. file(' ../../app/build/intermediates/dex' ), include : ' **/classes.dex' ). files. sort { it. lastModified() }. last(). absolutePath
32
32
}
33
33
apply from : " $rootDir /fingerprint.gradle"
You can’t perform that action at this time.
0 commit comments