Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Encore SDK for Android

Maven Central Platform Kotlin

A lightweight, non-invasive SDK for presenting targeted retention offers and managing promotional entitlements in Android apps.

This repository is the public home for the SDK's release notes, changelog, and integration reference. The SDK itself is distributed as a prebuilt AAR on Maven Central; its source is not published here.


Installation

dependencies {
    implementation("com.encorekit:encore:2.1.0")
}

mavenCentral() is all that is required; no additional repository configuration.

Requirements

Minimum
Android API 24 (Android 7.0)
Kotlin 1.9 (the SDK declares kotlin-stdlib at this floor)
Google Play Billing 8.0.0 (declared by the SDK; only relevant if you register a purchase controller)

Gradle resolves the highest version of each dependency in your graph, so the SDK's declared versions are floors, not pins. If your app already uses a newer Play Billing, that version is used.

Tracking changes

  • Releases: every published version has a tagged GitHub Release with notes.
  • Changelog: CHANGELOG.md, in Keep-a-Changelog form.
  • Compatibility: all published guarantees are within a major version. Public API signatures are baselined and checked in CI on every change.

Watch this repository's releases to be notified of new versions.

Support

About

Encore Android SDK: release notes and integration reference. Binary distributed via Maven Central (com.encorekit:encore).

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors