For the complete documentation index, see llms.txt. This page is also available as Markdown.

Installation

Add the Hinkal Android SDK to your project.

Requirements

  • minSdk 21+

  • ABIs: arm64-v8a, x86_64

Gradle

The SDK is published to Maven Central as io.hinkal:hinkal-android.

build.gradle.kts

dependencies {
    implementation("io.hinkal:hinkal-android:0.1.0")
}

build.gradle (Groovy)

dependencies {
    implementation 'io.hinkal:hinkal-android:0.1.0'
}

Repository

Ensure Maven Central is in settings.gradle.kts:

Verifying installation

Last updated