-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
31 lines (31 loc) · 925 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "com.appodeal.mediation",
"version": "3.4.0",
"displayName": "Appodeal",
"description": "Monetize more with less hassle. Our one ad mediation SDK includes it all: 70+ ad demand sources, all ad formats, in-app bidding algorithm, full-controls, a/b testing plus much more.",
"documentationUrl": "https://docs.appodeal.com/unity/get-started",
"changelogUrl": "https://docs.appodeal.com/unity/changelog",
"unity": "2021.3",
"dependencies": {
"com.google.external-dependency-manager": "1.2.175"
},
"keywords": [
"Ads",
"Appodeal",
"Mediation",
"Monetization"
],
"samples": [
{
"displayName": "Usage Sample",
"description": "Appodeal Usage Sample with a Demo Scene and C# Implementation",
"path": "Samples~/UsageSample"
}
],
"author":
{
"name": "Appodeal Stack",
"email": "[email protected]",
"url": "https://appodeal.com"
}
}