修改版本号
This commit is contained in:
parent
fe6c516a8f
commit
b1726e94ce
@ -6,8 +6,8 @@ android {
|
||||
applicationId 'com.hnjc.wjtx.nearme.gamecenter'
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 28
|
||||
versionCode 2
|
||||
versionName "1.0.2"
|
||||
versionCode 3
|
||||
versionName "1.0.3"
|
||||
ndk {
|
||||
abiFilters 'armeabi-v7a'
|
||||
}
|
||||
|
@ -225,7 +225,7 @@ public class MainActivity extends Activity {
|
||||
payInfo.setCallbackUrl(notifyUrl);
|
||||
JSONObject obj = new JSONObject();
|
||||
|
||||
GameCenterSDK.getInstance().doSinglePay(this, payInfo,
|
||||
GameCenterSDK.getInstance().doPay(this, payInfo,
|
||||
new SinglePayCallback() {
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user