Skip to content

Commit

Permalink
api documentation auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
EFA-Jenkins committed Oct 16, 2024
1 parent f388631 commit c223305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<div class="breadcrumbs"></div>
<div class="cover ">
<h1 class="cover"><span><span>Foundation</span></span> <span><span>API</span></span> <span><span>Reference</span></span></h1>
<div class="platform-hinted UnderCoverText" data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":sdk:dokkaHtml/release"><p class="paragraph"><a href="https://fsdk-api.esper.io/"><img alt="Status Nightly" src="https://img.shields.io/badge/status-nightly-blue.svg"></a></p><p class="paragraph">Esper Foundation is the leading commercial Android build for x86 and ARM hardware. Whether you're starting with bare metal or already managing an Android device fleet in the hundreds or thousands, Foundation is ready to meet you at your scale and your needs.</p><p class="paragraph">Foundation SDK provides API to access the customizations and features available inside Esper Foundation. To use the SDK in your project, configure gradle as follows:</p><p class="paragraph">In the project level build.gradle, add the following:</p><div class="sample-container"><pre><code class="block lang-kotlin" theme="idea">allprojects {<br> repositories {<br> // ...<br> maven {<br> url &quot;https://artifact.esper.io/artifactory/esper-device-sdk/&quot;<br> }<br> // ...<br> }<br>}</code></pre><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div><p class="paragraph">In the module level build.gradle, add the following:</p><div class="sample-container"><pre><code class="block lang-kotlin" theme="idea">dependencies {<br> // .....<br> implementation &quot;io.esper.foundation:foundationsdk:7.0.18&quot;<br> // ....<br>}</code></pre><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
<div class="platform-hinted UnderCoverText" data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":sdk:dokkaHtml/release"><p class="paragraph"><a href="https://fsdk-api.esper.io/"><img alt="Status Nightly" src="https://img.shields.io/badge/status-nightly-blue.svg"></a></p><p class="paragraph">Esper Foundation is the leading commercial Android build for x86 and ARM hardware. Whether you're starting with bare metal or already managing an Android device fleet in the hundreds or thousands, Foundation is ready to meet you at your scale and your needs.</p><p class="paragraph">Foundation SDK provides API to access the customizations and features available inside Esper Foundation. To use the SDK in your project, configure gradle as follows:</p><p class="paragraph">In the project level build.gradle, add the following:</p><div class="sample-container"><pre><code class="block lang-kotlin" theme="idea">allprojects {<br> repositories {<br> // ...<br> maven {<br> url &quot;https://artifact.esper.io/artifactory/esper-device-sdk/&quot;<br> }<br> // ...<br> }<br>}</code></pre><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div><p class="paragraph">In the module level build.gradle, add the following:</p><div class="sample-container"><pre><code class="block lang-kotlin" theme="idea">dependencies {<br> // .....<br> implementation &quot;io.esper.foundation:foundationsdk:7.0.19&quot;<br> // ....<br>}</code></pre><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<h2 class="">Packages</h2>
<div class="table"><a data-name="-266275646%2FPackages%2F165651098" anchor-label="io.esper.foundationsdk" id="-266275646%2FPackages%2F165651098" data-filterable-set=":sdk:dokkaHtml/release"></a>
Expand Down

0 comments on commit c223305

Please sign in to comment.