File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 23
23
24
24
### Add the line below to ` Packages/manifest.json `
25
25
26
- for version ` 1.1.0 `
26
+ for version ` 1.1.1 `
27
27
``` csharp
28
- " com.wolf-package.advertising" : " https://github.com/wolf-package/advertising-unity.git#1.1.0 " ,
28
+ " com.wolf-package.advertising" : " https://github.com/wolf-package/advertising-unity.git#1.1.1 " ,
29
29
```
30
- dependency ` extensions-unity-1.0.3 `
30
+ dependency ` extensions-unity-1.0.4 `
31
31
``` csharp
32
- " com.wolf-package.extensions" : " https://github.com/wolf-package/extensions-unity.git#1.0.3 " ,
32
+ " com.wolf-package.extensions" : " https://github.com/wolf-package/extensions-unity.git#1.0.4 " ,
33
33
```
34
34
35
35
Install ` app-tracking-unity ` and add define symbol ` VIRTUESKY_TRACKING ` if you need ad revenue tracking
Original file line number Diff line number Diff line change 2
2
"name" : " com.wolf-package.advertising" ,
3
3
"displayName" : " UnityCommon-ADS" ,
4
4
"description" : " Support show ads for game unity" ,
5
- "version" : " 1.1.0 " ,
5
+ "version" : " 1.1.1 " ,
6
6
"unity" : " 2021.3" ,
7
7
"category" : " virtuesky" ,
8
8
"license" : " MIT" ,
17
17
" Advertising"
18
18
],
19
19
"dependencies" : {
20
- "com.wolf-package.extensions" : " https://github.com/wolf-package/extensions-unity.git#1.0.3 "
20
+ "com.wolf-package.extensions" : " https://github.com/wolf-package/extensions-unity.git#1.0.4 "
21
21
}
22
22
}
You can’t perform that action at this time.
0 commit comments