update: 更新版本号
parent
11cedb85b7
commit
d47afb67f6
14
README.md
14
README.md
|
|
@ -1,10 +1,10 @@
|
||||||
# GURU Max
|
# GURU Max
|
||||||
|
|
||||||
### VERSION 0.1.0
|
### VERSION 1;.1.4
|
||||||
|
|
||||||
- Unity插件版本: 5.11.3
|
- Unity插件版本: 6.1.2
|
||||||
- Android: 11.11.3
|
- Android: 12.1.0
|
||||||
- iOS: 11.11.3
|
- iOS: 12.1.0
|
||||||
|
|
||||||
## 插件介绍
|
## 插件介绍
|
||||||
|
|
||||||
|
|
@ -23,9 +23,9 @@ AppLovin插件
|
||||||
- 修改位于项目 `Packages/manifest.json` 文件,在`dependencies`中添加
|
- 修改位于项目 `Packages/manifest.json` 文件,在`dependencies`中添加
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.guru.unity.max": "git@github.com:castbox/upm_guru_max.git#0.1.0",
|
"com.guru.unity.max": "ssh://git@git.chengdu.pundit.company/castbox/com.guru.unity.max.git#main",
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "com.guru.unity.max",
|
"name": "com.guru.unity.max",
|
||||||
"displayName": "Guru Max",
|
"displayName": "Guru Max",
|
||||||
"version": "1.1.1",
|
"version": "1.1.4",
|
||||||
"description": "Guru 整合 AppLovinMax 插件",
|
"description": "Guru 整合 AppLovinMax 插件",
|
||||||
"unity": "2020.3",
|
"unity": "2020.3",
|
||||||
"author": {
|
"author": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue