diff --git a/docs/index.html b/docs/index.html index 3391c26..035b29d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -57,7 +57,7 @@

Foundation API Reference

-

Status Nightly

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:7.0.18"
// ....
}
+

Status Nightly

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:7.0.19"
// ....
}

Packages