GitHub Pages–hosted Maven repository for Autonomi's Android SDK artifacts.
Zero-auth, prebuilt. (Artifacts are built from ant-sdk ffi/android.)
settings.gradle.kts:
dependencyResolutionManagement {
repositories {
google(); mavenCentral()
maven("https://withautonomi.github.io/ant-maven/")
}
}app/build.gradle.kts:
implementation("com.autonomi:ant-android:0.0.3")ant-android bundles the Autonomi FFI (libant_ffi.so per ABI) + generated
Kotlin bindings; it pulls JNA and kotlinx-coroutines transitively.
Artifacts are generated by ant-sdk (ffi/scripts/build-android.sh +
gradle publish in ffi/android) and committed here. See ant-sdk V2-572.