修改版本号

This commit is contained in:
zhl 2020-11-27 16:28:11 +08:00
parent fe6c516a8f
commit b1726e94ce
2 changed files with 3 additions and 3 deletions

View File

@ -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'
}

View File

@ -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