Android 王牌SDK 各渠道SDK接入说明
基础SDK版本,接入任何渠道都需要带入基础SDK
| 时间 |
版本号 |
渠道版本号 |
| 2026-04-08 |
3.2.7 |
3.2.7 |
// 海外base implementation "com.wpmid.midbase:MIDBaseSDKOversea:1.0.30.2"
google Play
| 时间 |
版本号 |
渠道版本号 |
| 2026-04-08 |
10507.016 |
google pay v9 |
implementation "com.wpmid.midbase:MIDSDKOverseaGlobal:1.0.30.3" implementation "com.wpmid.midbase:MIDSDKOverseaGlobal_GooglePay:1.0.30.3"
华为
| 时间 |
版本号 |
渠道版本号 |
| 2026-02-03 |
10564.006 |
V1.9.4.300 |
implementation "com.wpmid.midbase:MIDSDKOverseaGlobal:1.0.29.4" implementation "com.wpmid.midbase:MIDOverseaHuaWei:1.0.6.1"
小米
| 时间 |
版本号 |
渠道版本号 |
| 2026-02-03 |
10584.002 |
V1.1.5 |
implementation "com.wpmid.midbase:MIDSDKOverseaGlobal:1.0.29.4" implementation "com.wpmid.midbase:MIDSDKOverseaGlobal_MIPay:1.0.3"
Rustore
| 时间 |
版本号 |
渠道版本号 |
| 2026-06-03 |
10586.005 |
V10.3.1 |
implementation "com.wpmid.midbase:MIDSDKOverseaGlobal:1.0.30.6" implementation "com.wpmid.midbase:MIDSDKOverseaGlobal_RuStore:1.0.6"
三星
| 时间 |
版本号 |
渠道版本号 |
| 2026-02-03 |
10523.003 |
V6.5.0 |
implementation "com.wpmid.midbase:MIDSDKOverseaGlobal:1.0.29.4" implementation "com.wpmid.midbase:MIDSDKOverseaGlobal_Samsung:1.0.3"
Onestore
| 时间 |
版本号 |
渠道版本号 |
| 2026-02-03 |
10578.002 |
V21.02.01 |
implementation "com.wpmid.midbase:MIDSDKOverseaGlobal:1.0.29.4" implementation "com.wpmid.midbase:MIDSDKOverseaGlobal_OneStore:1.0.2.2"
Ace官网
| 时间 |
版本号 |
渠道版本号 |
| 2026-02-03 |
10593.001 |
10593.001 |
implementation "com.wpmid.midbase:MIDSDKOverseaGlobal:1.0.29.4" implementation "com.wpmid.midbase:MIDSDKOverseaGlobal_AceGame:1.0.1"
小7 手游
| 时间 |
版本号 |
渠道版本号 |
| 2026-04-02 |
10532.001 |
10532.001 |
implementation "com.wpmid.midbase:MIDSDKXiao7:1.0.0"
VgamePop(APKPrue) 联运
| 时间 |
版本号 |
渠道版本号 |
| 2026-05-25 |
10604.001 |
10604.001 |
implementation "com.wpmid.midbase:MIDSDKOverseaGlobal:1.0.30.6" implementation "com.wpmid.midbase:MIDSDKOverseaGlobal_VGamepop:1.0.1"需要在build.gradle 添加仓库地址repositories { // 需要新增 maven { url 'https://artifactory-external.vkpartner.ru/artifactory/maven-rustore-exposed' } // 需要新增 maven { url 'https://maven.aliyun.com/repository/public' } // 需要新增 maven { credentials { username '66854827ddd3f6b4eb144cea' password '3bWy6bQkOKE-' } url 'https://packages.aliyun.com/622db4faa0d337fae279741f/maven/asdk' } // 需要新增 maven { url 'https://developer.huawei.com/repo/' }}