Commit 2b6984b 1 parent e8967b4 commit 2b6984b Copy full SHA for 2b6984b
File tree 2 files changed +37
-32
lines changed
src/jekyll/docs/mediation/android
2 files changed +37
-32
lines changed Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
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 )
6
6
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 )
9
9
eventmachine (>= 0.12.9 )
10
- http_parser.rb (~> 0.6.0 )
10
+ http_parser.rb (~> 0 )
11
11
eventmachine (1.2.7 )
12
- ffi (1.11.3 )
12
+ ffi (1.15.5 )
13
13
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 )
16
16
concurrent-ruby (~> 1.0 )
17
- jekyll (4.0.0 )
17
+ jekyll (4.0.1 )
18
18
addressable (~> 2.4 )
19
19
colorator (~> 1.0 )
20
20
em-websocket (~> 0.5 )
29
29
rouge (~> 3.0 )
30
30
safe_yaml (~> 1.0 )
31
31
terminal-table (~> 1.8 )
32
- jekyll-polyglot (1.3 .1 )
32
+ jekyll-polyglot (1.5 .1 )
33
33
jekyll (>= 3.0 )
34
- jekyll-sass-converter (2.0.1 )
34
+ jekyll-sass-converter (2.2.0 )
35
35
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 )
40
41
jekyll-watch (2.2.1 )
41
42
listen (~> 3.0 )
42
- kramdown (2.1.0 )
43
+ kramdown (2.4.0 )
44
+ rexml
43
45
kramdown-parser-gfm (1.1.0 )
44
46
kramdown (~> 2.0 )
45
- liquid (4.0.3 )
46
- listen (3.2.1 )
47
+ liquid (4.0.4 )
48
+ listen (3.8.0 )
47
49
rb-fsevent (~> 0.10 , >= 0.10.3 )
48
50
rb-inotify (~> 0.9 , >= 0.9.10 )
49
51
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 )
53
56
pathutil (0.16.2 )
54
57
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 )
58
62
ffi (~> 1.0 )
59
- rouge (3.14.0 )
63
+ rexml (3.2.5 )
64
+ rouge (3.30.0 )
60
65
safe_yaml (1.0.5 )
61
- sassc (2.2.1 )
66
+ sassc (2.4.0 )
62
67
ffi (~> 1.9 )
63
68
terminal-table (1.8.0 )
64
69
unicode-display_width (~> 1.1 , >= 1.1.1 )
65
70
thread_safe (0.3.6 )
66
- tzinfo (1.2.5 )
71
+ tzinfo (1.2.11 )
67
72
thread_safe (~> 0.1 )
68
- tzinfo-data (1.2019 .3 )
73
+ tzinfo-data (1.2023 .3 )
69
74
tzinfo (>= 1.0.0 )
70
- unicode-display_width (1.6 .0 )
75
+ unicode-display_width (1.8 .0 )
71
76
wdm (0.1.1 )
72
77
73
78
PLATFORMS
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dependencies {
46
46
android {
47
47
defaultConfig {
48
48
manifestPlaceholders = [
49
- TapsellAppKey : "YOUR_APP_ID",
49
+ TapsellMediationAppKey : "YOUR_APP_ID",
50
50
]
51
51
}
52
52
}
@@ -93,7 +93,7 @@ Add a manifest placeholder inside your module's app-level `build.gradle` providi
93
93
android {
94
94
defaultConfig {
95
95
manifestPlaceholders = [
96
- TapsellAdmobSignature : "YOUR_APP_SIGNATURE",
96
+ TapsellMediationAdmobAdapterSignature : "YOUR_APP_SIGNATURE",
97
97
]
98
98
}
99
99
}
@@ -108,7 +108,7 @@ Add a manifest placeholder inside your module's app-level `build.gradle` providi
108
108
android {
109
109
defaultConfig {
110
110
manifestPlaceholders = [
111
- TapsellApplovinSignature : "YOUR_APP_SIGNATURE",
111
+ TapsellMediationApplovinAdapterSignature : "YOUR_APP_SIGNATURE",
112
112
]
113
113
}
114
114
}
You can’t perform that action at this time.
0 commit comments