Skip to content

Commit c42a755

Browse files
committed
+ Artifacts for: TCCore 5.4.9, TCServerSide 5.5.8, TCConsent 5.3.10, TCPartners 5.0.1, TCIAB 5.1.1, TCFirebaseDestination 5.1.4
1 parent eae524d commit c42a755

9 files changed

Lines changed: 22 additions & 18 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<p><img alt="alt tag" src="res/ca_logo.png" /></p>
55
<h1 id="developers-implementation-guide">Developers' Implementation Guide</h1>
66
<p><strong>Android</strong></p>
7-
<p>Last update : <em>01/09/2025</em><br />
7+
<p>Last update : <em>22/10/2025</em><br />
88
Release version : <em>5</em></p>
99
<p><div id="end_first_page" /></p>
1010

@@ -33,7 +33,7 @@ The modules are the following :</p>
3333
<h1 id="latest-available-versions">Latest available versions</h1>
3434
<p>Core : <em>5.4.9</em></p>
3535
<p>ServerSide : <em>5.5.8</em></p>
36-
<p>Consent : <em>5.3.9</em></p>
36+
<p>Consent : <em>5.3.10</em></p>
3737
<p>IAB : <em>5.1.1</em></p>
3838
<p>Partners : <em>5.0.1</em></p>
3939
<p>FirebaseDestination : <em>5.1.4</em></p>
@@ -73,7 +73,7 @@ compile fileTree(dir: 'libs', include: '*.jar')
7373
// Specific files
7474
compile files('libs/TCCore-release-5.4.9.jar')
7575
compile files('libs/TCServerSide-release-5.5.8.jar')
76-
compile files('libs/TCConsent-release-5.3.9.jar')
76+
compile files('libs/TCConsent-release-5.3.10.jar')
7777
</code></pre>
7878
<h2 id="aar-file">Aar file</h2>
7979
<p>If you'd rather use the aar files directly in your project, you can get them from our github account: https://github.com/CommandersAct/AndroidV5</p>
@@ -94,7 +94,7 @@ compile files('libs/TCConsent-release-5.3.9.jar')
9494
<p>After you downloaded the modules you need, add them to your libs folder and ask gradle to compile with them.</p>
9595
<pre><code>compile (name:'TCCore-release-5.4.9', ext:'aar')
9696
compile (name:'TCServerSide-release-5.5.8', ext:'aar')
97-
compile (name:'TCConsent-release-5.3.9', ext:'aar')
97+
compile (name:'TCConsent-release-5.3.10', ext:'aar')
9898
</code></pre>
9999
<h2 id="demo-application">Demo Application</h2>
100100
<p>You can find a full example of a working app integrating our libraries in the following repo :</p>
@@ -107,6 +107,6 @@ compile (name:'TCConsent-release-5.3.9', ext:'aar')
107107
<p>http://www.commandersact.com</p>
108108
<p>Commanders Act | 7b rue taylor - 75010 PARIS - France</p>
109109
<hr />
110-
<p>This documentation was generated on 01/09/2025 15:59:34</p>
110+
<p>This documentation was generated on 22/10/2025 13:26:52</p>
111111
</body>
112112
</html>

TCConsent/5/3/10/TCConsent.aar

155 KB
Binary file not shown.

TCConsent/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<p><img alt="alt tag" src="./res/ca_logo.png" /></p>
55
<h1 id="consents-implementation-guide">Consent's Implementation Guide</h1>
66
<p><strong>Android</strong></p>
7-
<p>Last update : <em>01/09/2025</em><br />
8-
Release version : <em>5.3.9</em></p>
7+
<p>Last update : <em>22/10/2025</em><br />
8+
Release version : <em>5.3.10</em></p>
99
<p><div id="end_first_page" /></p>
1010

1111
<div class="toc">
@@ -438,6 +438,6 @@ Otherwise, please check the above section "Manually displayed consent" for how t
438438
<p>http://www.commandersact.com</p>
439439
<p>Commanders Act | 3/5 rue Saint Georges - 75009 PARIS - France</p>
440440
<hr />
441-
<p>This documentation was generated on 01/09/2025 15:59:34</p>
441+
<p>This documentation was generated on 22/10/2025 13:26:52</p>
442442
</body>
443443
</html>

TCConsent/changelog_Android_Consent.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog Android
22
=================
33

4+
*5.3.10 : 10/22/2025*
5+
6+
~ Privacy Center adjusted label layout for smaller screens.
7+
48
*5.3.9 : 09/01/2025*
59

610
~ Binaries dependencies leak fix.

TCCore/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<p><img alt="alt tag" src="./res/ca_logo.png" /></p>
55
<h1 id="core-guide">Core Guide</h1>
66
<p><strong>Android</strong></p>
7-
<p>Last update : <em>01/09/2025</em><br />
7+
<p>Last update : <em>22/10/2025</em><br />
88
Release version : <em>5.4.9</em></p>
99
<p><div id="end_first_page" /></p>
1010

@@ -28,6 +28,6 @@ Release version : <em>5.4.9</em></p>
2828
<em>support@commandersact.com</em></p>
2929
<p>http://www.commandersact.com</p>
3030
<hr />
31-
<p>This documentation was generated on 01/09/2025 15:59:34</p>
31+
<p>This documentation was generated on 22/10/2025 13:26:52</p>
3232
</body>
3333
</html>

TCFirebaseDestination/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<p><img alt="alt tag" src="./res/ca_logo.png" /></p>
55
<h1 id="firebase-destination-implementation-guide">Firebase Destination Implementation Guide</h1>
66
<p><strong>Android</strong></p>
7-
<p>Last update : <em>01/09/2025</em><br />
7+
<p>Last update : <em>22/10/2025</em><br />
88
Release version : <em>5.1.4</em></p>
99
<p><div id="end_first_page" /></p>
1010

TCIAB/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<p><img alt="alt tag" src="./res/ca_logo.png" /></p>
55
<h1 id="tciabs-implementation-guide">TCIAB's Implementation Guide</h1>
66
<p><strong>Android</strong></p>
7-
<p>Last update : <em>01/09/2025</em><br />
7+
<p>Last update : <em>22/10/2025</em><br />
88
Release version : <em>5.1.1</em></p>
99
<p><div id="end_first_page" /></p>
1010

@@ -62,7 +62,7 @@ All of those configurations will update automatically but having an offline vers
6262
</code></pre>
6363
<p>```</p>
6464
<h1 id="iab-22">IAB 2.2</h1>
65-
<p>We support IAB 2.2, the following steps are required once you decide to upgrade your TCConsent to a IABv2.2 compatible version, wich is TCConsent:5.3.9+ or higher.</p>
65+
<p>We support IAB 2.2, the following steps are required once you decide to upgrade your TCConsent to a IABv2.2 compatible version, wich is TCConsent:5.3.10+ or higher.</p>
6666
<pre><code>- Please update all of your offline in-app jsons to a V2.2 compatible version, this includes your offline vendor-list.json &amp; any purposes-xx.json translation file you're using.
6767
- Update your privacy.json offline &amp; cdn file with a refreshed IABv2.2 compatible version and recheck your iab vendors filter, `vendors` key on root.
6868
- Also make sure to have a `{total_number}` inside your `text-&gt; popup -&gt; purposeTitle ` value.
@@ -188,6 +188,6 @@ startActivity(PCM)
188188
<p>http://www.commandersact.com</p>
189189
<p>Commanders Act | 3/5 rue Saint Georges - 75009 PARIS - France</p>
190190
<hr />
191-
<p>This documentation was generated on 01/09/2025 15:59:34</p>
191+
<p>This documentation was generated on 22/10/2025 13:26:52</p>
192192
</body>
193193
</html>

TCPartners/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<p><img alt="alt tag" src="./res/ca_logo.png" /></p>
55
<h1 id="partners-implementation-guide">Partners' Implementation Guide</h1>
66
<p><strong>Android</strong></p>
7-
<p>Last update : <em>01/09/2025</em><br />
7+
<p>Last update : <em>22/10/2025</em><br />
88
Release version : <em>5.0.1</em></p>
99
<p><div id="end_first_page" /></p>
1010

@@ -105,6 +105,6 @@ TCPartners_Freewheel.getInstance().callback = this;
105105
<p>http://www.commandersact.com</p>
106106
<p>Commanders Act | 3/5 rue Saint Georges - 75009 PARIS - France</p>
107107
<hr />
108-
<p>This documentation was generated on 01/09/2025 15:59:34</p>
108+
<p>This documentation was generated on 22/10/2025 13:26:52</p>
109109
</body>
110110
</html>

TCServerSide/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<p><img alt="alt tag" src="./res/ca_logo.png" /></p>
55
<h1 id="serversides-implementation-guide">ServerSide's Implementation Guide</h1>
66
<p><strong>Android</strong></p>
7-
<p>Last update : <em>01/09/2025</em><br />
7+
<p>Last update : <em>22/10/2025</em><br />
88
Release version : <em>5.5.8</em></p>
99
<p><div id="end_first_page" /></p>
1010

@@ -471,6 +471,6 @@ public void useLegacyUniqueIDForConsentID()
471471
<em>support@commandersact.com</em></p>
472472
<p>http://www.commandersact.com</p>
473473
<hr />
474-
<p>This documentation was generated on 01/09/2025 15:59:34</p>
474+
<p>This documentation was generated on 22/10/2025 13:26:52</p>
475475
</body>
476476
</html>

0 commit comments

Comments
 (0)