Android 王牌SDK 各渠道SDK接入说明
基础SDK版本,接入任何渠道都需要带入基础SDK
| 时间 |
版本号 |
渠道版本号 |
| 2026-08-26 |
3.2.9 |
3.2.9 |
// 海外base implementation "com.wpmid.midbase:MIDBaseSDKOversea:1.0.32"
google Play
| 时间 |
版本号 |
渠道版本号 |
| 2026-09-03 |
10507.020 |
google pay v9 |
implementation "com.wpmid.midbase:MIDSDKOverseaGlobal:1.0.32" implementation "com.wpmid.midbase:MIDSDKOverseaGlobal_GooglePay:1.0.32.2"
华为
| 时间 |
版本号 |
渠道版本号 |
| 2026-08-26 |
10564.007 |
V1.9.6.300 |
implementation "com.wpmid.midbase:MIDOverseaHuaWei:1.0.7.1"
小米
| 时间 |
版本号 |
渠道版本号 |
| 2026-08-26 |
10584.003 |
V1.1.5 |
implementation "com.wpmid.midbase:MIDSDKOverseaGlobal:1.0.32" implementation "com.wpmid.midbase:MIDSDKOverseaGlobal_MIPay:1.0.5"
Rustore
| 时间 |
版本号 |
渠道版本号 |
| 2026-08-26 |
10586.008 |
V11.0.0 |
implementation "com.wpmid.midbase:MIDSDKOverseaGlobal:1.0.32" implementation "com.wpmid.midbase:MIDSDKOverseaGlobal_RuStore:1.0.9"
三星
| 时间 |
版本号 |
渠道版本号 |
| 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-08-26 |
10578.003 |
V21.02.01 |
implementation "com.wpmid.midbase:MIDSDKOverseaGlobal:1.0.32" implementation "com.wpmid.midbase:MIDSDKOverseaGlobal_OneStore:1.0.4"
Ace官网
| 时间 |
版本号 |
渠道版本号 |
| 2026-08-26 |
10593.001 |
10593.001 |
implementation "com.wpmid.midbase:MIDSDKOverseaGlobal:1.0.31" 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-08-26 |
10604.001 |
10604.001 |
implementation "com.wpmid.midbase:MIDSDKOverseaGlobal:1.0.32" 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/' }}
Aptoide 联运
| 时间 |
版本号 |
渠道版本号 |
| 2026-09-14 |
10607.001 |
1.5.0 |
implementation "com.wpmid.midbase:MIDSDKOverseaGlobal:1.0.32" implementation "com.wpmid.midbase:MIDSDKOverseaGlobal_Aptoide:1.0.1.1"
需要在build.gradle 添加仓库地址
repositories {
// 需要新增
jcenter()
}
```