Commit 41b4f2203cad0964077d2a94bc09ff9aee708476
1 parent
7b52014d1a
Exists in
master
update version
Showing 3 changed files with 4 additions and 19 deletions Side-by-side Diff
GameSDKDemo/build.gradle
| ... | ... | @@ -91,6 +91,6 @@ dependencies { |
| 91 | 91 | implementation 'com.android.support:design:27.1.1' |
| 92 | 92 | // implementation project(':GameSDK') |
| 93 | 93 | // implementation project(':IAP5Helper') |
| 94 | - implementation 'com.gumptech.sdk:GameSDK:4.7.1' | |
| 94 | + implementation 'com.gumptech.sdk:GameSDK:4.7.2' | |
| 95 | 95 | // implementation 'com.gumptech.sdk:SamsungIAP:5.1.1' |
| 96 | 96 | } |
GameSDKDemo/src/main/java/com/gumptech/sdk/demo/MainActivity.java
| ... | ... | @@ -108,13 +108,6 @@ public class MainActivity extends AppCompatActivity implements PurchaseCallback |
| 108 | 108 | GumpSDK.pay(MainActivity.this, payInfo, MainActivity.this); |
| 109 | 109 | } |
| 110 | 110 | }); |
| 111 | -// Bundle payInfo = new Bundle(); | |
| 112 | -// payInfo.putString("product", "test"); | |
| 113 | -// payInfo.putFloat("amount", 0.1f); | |
| 114 | -// payInfo.putString("extraInfo", "This is demo!"); | |
| 115 | -// payInfo.putString("serverId", "s1"); | |
| 116 | -// payInfo.putString("roleId", "100123"); | |
| 117 | -// payInfo.putString("currency", "THB"); | |
| 118 | 111 | submitFragment.show(getSupportFragmentManager(), "pay"); |
| 119 | 112 | } |
| 120 | 113 | }); |
| ... | ... | @@ -129,14 +122,6 @@ public class MainActivity extends AppCompatActivity implements PurchaseCallback |
| 129 | 122 | } |
| 130 | 123 | }); |
| 131 | 124 | submitFragment.show(getSupportFragmentManager(), "iap"); |
| 132 | -// Bundle payInfo = new Bundle(); | |
| 133 | -// payInfo.putString("product", "dwe"); | |
| 134 | -// payInfo.putFloat("amount", 0.1f); | |
| 135 | -// payInfo.putString("extraInfo", "This is demo!"); | |
| 136 | -// payInfo.putString("serverId", serverId); | |
| 137 | -// payInfo.putString("roleId", "100123"); | |
| 138 | -// payInfo.putString("currency", "THB"); | |
| 139 | -// GumpSDK.iap(MainActivity.this, payInfo, MainActivity.this); | |
| 140 | 125 | } |
| 141 | 126 | }); |
| 142 | 127 |
README.md
| 1 | 1 | # Gump SDK 4 for Android接入文档 |
| 2 | 2 | |
| 3 | 3 | |
| 4 | -V4.7.1 | |
| 5 | -2019年03月19日 | |
| 4 | +V4.7.2 | |
| 5 | +2019年06月11日 | |
| 6 | 6 | |
| 7 | 7 | |
| 8 | 8 | ## 版本概述 |
| ... | ... | @@ -21,7 +21,7 @@ V4.7.1 |
| 21 | 21 | } |
| 22 | 22 | } |
| 23 | 23 | dependencies { |
| 24 | - implementation 'com.gumptech.sdk:GameSDK:4.7.1' | |
| 24 | + implementation 'com.gumptech.sdk:GameSDK:4.7.2' | |
| 25 | 25 | |
| 26 | 26 | } |
| 27 | 27 |