Skip to content

Commit eae524d

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

16 files changed

Lines changed: 43 additions & 27 deletions

README.md

Lines changed: 11 additions & 11 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>18/08/2025</em><br />
7+
<p>Last update : <em>01/09/2025</em><br />
88
Release version : <em>5</em></p>
99
<p><div id="end_first_page" /></p>
1010

@@ -31,12 +31,12 @@ The modules are the following :</p>
3131
<p><a href="TCConsent/README.md">Consent : Pass the Consent settings to our tag system</a></p>
3232
<p>For each of those modules, please check their respective documentation for more information.</p>
3333
<h1 id="latest-available-versions">Latest available versions</h1>
34-
<p>Core : <em>5.4.8</em></p>
34+
<p>Core : <em>5.4.9</em></p>
3535
<p>ServerSide : <em>5.5.8</em></p>
36-
<p>Consent : <em>5.3.8</em></p>
37-
<p>IAB : <em>5.1.0</em></p>
36+
<p>Consent : <em>5.3.9</em></p>
37+
<p>IAB : <em>5.1.1</em></p>
3838
<p>Partners : <em>5.0.1</em></p>
39-
<p>FirebaseDestination : <em>5.1.3</em></p>
39+
<p>FirebaseDestination : <em>5.1.4</em></p>
4040
<h1 id="adding-a-module-to-your-project">Adding a module to your project</h1>
4141
<p>If you want to add a module to your android project, you have several possibilities.</p>
4242
<pre><code>- Using mavenCentral to manage the dependency.
@@ -55,7 +55,7 @@ The modules are the following :</p>
5555
}
5656
</code></pre>
5757
<p>Then in your application's build.gradle always add the core module:</p>
58-
<pre><code>implementation 'com.tagcommander.lib:core:5.4.8'
58+
<pre><code>implementation 'com.tagcommander.lib:core:5.4.9'
5959
</code></pre>
6060
<p>And in addition to the core module you can add the other modules you need the same way. See each module's documentation for more specific information.</p>
6161
<p>For example:</p>
@@ -71,9 +71,9 @@ The modules are the following :</p>
7171
<pre><code>// All the jars.
7272
compile fileTree(dir: 'libs', include: '*.jar')
7373
// Specific files
74-
compile files('libs/TCCore-release-5.4.8.jar')
74+
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.8.jar')
76+
compile files('libs/TCConsent-release-5.3.9.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>
@@ -92,9 +92,9 @@ compile files('libs/TCConsent-release-5.3.8.jar')
9292
}
9393
</code></pre>
9494
<p>After you downloaded the modules you need, add them to your libs folder and ask gradle to compile with them.</p>
95-
<pre><code>compile (name:'TCCore-release-5.4.8', ext:'aar')
95+
<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.8', ext:'aar')
97+
compile (name:'TCConsent-release-5.3.9', 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.8', 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 18/08/2025 15:24:05</p>
110+
<p>This documentation was generated on 01/09/2025 15:59:34</p>
111111
</body>
112112
</html>

TCConsent/5/3/9/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>18/08/2025</em><br />
8-
Release version : <em>5.3.8</em></p>
7+
<p>Last update : <em>01/09/2025</em><br />
8+
Release version : <em>5.3.9</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 18/08/2025 15:24:05</p>
441+
<p>This documentation was generated on 01/09/2025 15:59:34</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.9 : 09/01/2025*
5+
6+
~ Binaries dependencies leak fix.
7+
48
*5.3.8 : 08/18/2025*
59

610
~ /!\ Requires TCIAB 5.1.0+

TCCore/5/4/9/TCCore.aar

58.8 KB
Binary file not shown.

TCCore/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="core-guide">Core Guide</h1>
66
<p><strong>Android</strong></p>
7-
<p>Last update : <em>18/08/2025</em><br />
8-
Release version : <em>5.4.8</em></p>
7+
<p>Last update : <em>01/09/2025</em><br />
8+
Release version : <em>5.4.9</em></p>
99
<p><div id="end_first_page" /></p>
1010

1111
<div class="toc">
@@ -28,6 +28,6 @@ Release version : <em>5.4.8</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 18/08/2025 15:24:05</p>
31+
<p>This documentation was generated on 01/09/2025 15:59:34</p>
3232
</body>
3333
</html>

TCCore/changelog_Android_Core.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.4.9 : 09/01/2025*
5+
6+
~ Binaries dependencies leak fix.
7+
48
*5.4.8 : 08/18/2025*
59

610
~ Enhance hits metadata, adding right Http content-type headers.
5.55 KB
Binary file not shown.

TCFirebaseDestination/README.md

Lines changed: 2 additions & 2 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="firebase-destination-implementation-guide">Firebase Destination Implementation Guide</h1>
66
<p><strong>Android</strong></p>
7-
<p>Last update : <em>18/08/2025</em><br />
8-
Release version : <em>5.1.3</em></p>
7+
<p>Last update : <em>01/09/2025</em><br />
8+
Release version : <em>5.1.4</em></p>
99
<p><div id="end_first_page" /></p>
1010

1111
<div class="toc">

TCFirebaseDestination/changelog_Android_FirebaseDestination.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.1.4 : 09/01/2025*
5+
6+
~ Binaries dependencies leak fix.
7+
48
*5.1.3 : 03/07/2025*
59

610
~ Updated mapping for FirebaseAnalytics.

0 commit comments

Comments
 (0)