PingPlusPlus / pingpp-android

413 stars 190 forks source link

建议提供Gradle支持 #16

Closed lijy91 closed 8 years ago

lijy91 commented 8 years ago

类似于这样子,这样子升级Ping++ SDK会更加的方便

compile 'com.pingxx:pingxx-sdk:1.0.+'
compile 'com.pingxx:pingxx-alipay:1.0.+'
compile 'com.pingxx:pingxx-wxpay:1.0.+'
beiliubei commented 8 years ago

+1

done134 commented 8 years ago

+1

AlgirdasPundzius commented 8 years ago

+1

jiayibyte commented 8 years ago

+1

Liloupar commented 8 years ago

+1

samurai00 commented 8 years ago

已添加支持。 详细请查看 https://github.com/PingPlusPlus/pingpp-android/blob/master/docs/Ping%2B%2B%E5%AE%89%E5%8D%93SDK%E4%BD%BF%E7%94%A8%E6%96%87%E6%A1%A3.md#%E5%9C%A8%E7%BA%BF%E5%AF%BC%E5%85%A5%E6%96%B9%E5%BC%8F

dependencies {
    compile 'com.pingxx:pingpp-core:2.1.5' //必须添加
    compile 'com.pingxx:pingpp-alipay:2.1.5' //使用支付宝时添加
    compile 'com.pingxx:pingpp-upacp:2.1.5' //使用银联支付时添加
    compile 'com.pingxx:pingpp-wxpay:2.1.5' //使用微信支付时添加
    compile 'com.pingxx:pingpp-bfb-sdk:2.1.5' // 使用百付宝时添加
}