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 />
88Release 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.
7272compile 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')
7575compile 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')
9696compile (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 >
0 commit comments