Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ant-maven

GitHub Pages–hosted Maven repository for Autonomi's Android SDK artifacts. Zero-auth, prebuilt. (Artifacts are built from ant-sdk ffi/android.)

Usage

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.7")

ant-android bundles the Autonomi FFI (libant_ffi.so per ABI) + generated Kotlin bindings; it pulls JNA and kotlinx-coroutines transitively.

Publishing

Artifacts are generated by ant-sdk (ffi/scripts/build-android.sh + gradle publish in ffi/android) and committed here. See ant-sdk V2-572.

About

Maven repository (GitHub Pages) for Autonomi Android SDK artifacts — add maven("https://withautonomi.github.io/ant-maven/")

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages