diff --git a/docs/index.html b/docs/index.html index b476d44..aa93391 100644 --- a/docs/index.html +++ b/docs/index.html @@ -57,7 +57,7 @@

Foundation API Reference

-

Status Stable

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.

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:

In the project level build.gradle, add the following:

allprojects {
repositories {
// ...
maven {
url "https://artifact.esper.io/artifactory/esper-device-sdk/"
}
// ...
}
}

In the module level build.gradle, add the following:

dependencies {
// .....
implementation "io.esper.foundation:foundationsdk:5.1.3"
// ....
}
+

Status Stable

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.

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:

In the project level build.gradle, add the following:

allprojects {
repositories {
// ...
maven {
url "https://artifact.esper.io/artifactory/esper-device-sdk/"
}
// ...
}
}

In the module level build.gradle, add the following:

dependencies {
// .....
implementation "io.esper.foundation:foundationsdk:6.2.6"
// ....
}

Packages