Skip to content

Commit 2b6984b

Browse files
committed
fix mediation android doc
1 parent e8967b4 commit 2b6984b

File tree

2 files changed

+37
-32
lines changed

2 files changed

+37
-32
lines changed

Gemfile.lock

+34-29
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.7.0)
5-
public_suffix (>= 2.0.2, < 5.0)
4+
addressable (2.8.4)
5+
public_suffix (>= 2.0.2, < 6.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.1.5)
8-
em-websocket (0.5.1)
7+
concurrent-ruby (1.2.2)
8+
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
10-
http_parser.rb (~> 0.6.0)
10+
http_parser.rb (~> 0)
1111
eventmachine (1.2.7)
12-
ffi (1.11.3)
12+
ffi (1.15.5)
1313
forwardable-extended (2.6.0)
14-
http_parser.rb (0.6.0)
15-
i18n (1.7.0)
14+
http_parser.rb (0.8.0)
15+
i18n (1.13.0)
1616
concurrent-ruby (~> 1.0)
17-
jekyll (4.0.0)
17+
jekyll (4.0.1)
1818
addressable (~> 2.4)
1919
colorator (~> 1.0)
2020
em-websocket (~> 0.5)
@@ -29,45 +29,50 @@ GEM
2929
rouge (~> 3.0)
3030
safe_yaml (~> 1.0)
3131
terminal-table (~> 1.8)
32-
jekyll-polyglot (1.3.1)
32+
jekyll-polyglot (1.5.1)
3333
jekyll (>= 3.0)
34-
jekyll-sass-converter (2.0.1)
34+
jekyll-sass-converter (2.2.0)
3535
sassc (> 2.0.1, < 3.0)
36-
jekyll-seo-tag (2.6.1)
37-
jekyll (>= 3.3, < 5.0)
38-
jekyll-toc (0.12.2)
39-
nokogiri (~> 1.9)
36+
jekyll-seo-tag (2.8.0)
37+
jekyll (>= 3.8, < 5.0)
38+
jekyll-toc (0.18.0)
39+
jekyll (>= 3.9)
40+
nokogiri (~> 1.12)
4041
jekyll-watch (2.2.1)
4142
listen (~> 3.0)
42-
kramdown (2.1.0)
43+
kramdown (2.4.0)
44+
rexml
4345
kramdown-parser-gfm (1.1.0)
4446
kramdown (~> 2.0)
45-
liquid (4.0.3)
46-
listen (3.2.1)
47+
liquid (4.0.4)
48+
listen (3.8.0)
4749
rb-fsevent (~> 0.10, >= 0.10.3)
4850
rb-inotify (~> 0.9, >= 0.9.10)
4951
mercenary (0.3.6)
50-
mini_portile2 (2.4.0)
51-
nokogiri (1.10.7)
52-
mini_portile2 (~> 2.4.0)
52+
mini_portile2 (2.8.1)
53+
nokogiri (1.14.3)
54+
mini_portile2 (~> 2.8.0)
55+
racc (~> 1.4)
5356
pathutil (0.16.2)
5457
forwardable-extended (~> 2.6)
55-
public_suffix (4.0.1)
56-
rb-fsevent (0.10.3)
57-
rb-inotify (0.10.0)
58+
public_suffix (5.0.1)
59+
racc (1.6.2)
60+
rb-fsevent (0.11.2)
61+
rb-inotify (0.10.1)
5862
ffi (~> 1.0)
59-
rouge (3.14.0)
63+
rexml (3.2.5)
64+
rouge (3.30.0)
6065
safe_yaml (1.0.5)
61-
sassc (2.2.1)
66+
sassc (2.4.0)
6267
ffi (~> 1.9)
6368
terminal-table (1.8.0)
6469
unicode-display_width (~> 1.1, >= 1.1.1)
6570
thread_safe (0.3.6)
66-
tzinfo (1.2.5)
71+
tzinfo (1.2.11)
6772
thread_safe (~> 0.1)
68-
tzinfo-data (1.2019.3)
73+
tzinfo-data (1.2023.3)
6974
tzinfo (>= 1.0.0)
70-
unicode-display_width (1.6.0)
75+
unicode-display_width (1.8.0)
7176
wdm (0.1.1)
7277

7378
PLATFORMS

src/jekyll/docs/mediation/android/android-en.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
android {
4747
defaultConfig {
4848
manifestPlaceholders = [
49-
TapsellAppKey: "YOUR_APP_ID",
49+
TapsellMediationAppKey: "YOUR_APP_ID",
5050
]
5151
}
5252
}
@@ -93,7 +93,7 @@ Add a manifest placeholder inside your module's app-level `build.gradle` providi
9393
android {
9494
defaultConfig {
9595
manifestPlaceholders = [
96-
TapsellAdmobSignature: "YOUR_APP_SIGNATURE",
96+
TapsellMediationAdmobAdapterSignature: "YOUR_APP_SIGNATURE",
9797
]
9898
}
9999
}
@@ -108,7 +108,7 @@ Add a manifest placeholder inside your module's app-level `build.gradle` providi
108108
android {
109109
defaultConfig {
110110
manifestPlaceholders = [
111-
TapsellApplovinSignature: "YOUR_APP_SIGNATURE",
111+
TapsellMediationApplovinAdapterSignature: "YOUR_APP_SIGNATURE",
112112
]
113113
}
114114
}

0 commit comments

Comments
 (0)