Commit db6adf69989f81fc695124cbbfe304173154a037

Authored by 赵康
1 parent d495d19f86
Exists in master

temp

Showing 2 changed files with 3 additions and 3 deletions Side-by-side Diff

GameSDKDemo/build.gradle
... ... @@ -51,7 +51,7 @@ android {
51 51 defaultConfig {
52 52 minSdkVersion 14
53 53 targetSdkVersion 30
54   - applicationId "com.summon.empires2"
  54 + applicationId "com.ecgaaa.uuac"
55 55 versionCode 38
56 56 versionName "1.0.3"
57 57 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
GameSDKDemo/src/main/java/com/gump/game/sdk/demo/MainActivity.java
... ... @@ -30,8 +30,8 @@ public class MainActivity extends AppCompatActivity implements RechargeCallback
30 30 private Button btnPay;
31 31 private Button btnIap;
32 32  
33   - private String appId = "10117";
34   - private String channelId = "1030";
  33 + private String appId = "100";
  34 + private String channelId = "1001";
35 35 private GumpUser gumpUser;
36 36  
37 37 /**