MVN

io.adapty : android-sdk

Maven & Gradle

Aug 15, 2023
79 stars

Adapty Android SDK · Easy In-App Purchases Integration to Make Your Android App Profitable

<dependency>
    <groupId>io.adapty</groupId>
    <artifactId>android-sdk</artifactId>
    <version>2.6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.adapty : android-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.2
  • Latest Beta: 2.5.0-billing5-beta1

All Versions

Choose a version of io.adapty : android-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
android-sdk-2.6.2
android-sdk-2.6.1
android-sdk-2.6.0
2.5.x
android-sdk-2.5.0-billing5-beta1
2.4.x
android-sdk-2.4.3
android-sdk-2.4.2
android-sdk-2.4.1

How to add a dependency to Maven

Add the following io.adapty : android-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.adapty</groupId>
    <artifactId>android-sdk</artifactId>
    <version>2.6.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.adapty : android-sdk gradle dependency to your build.gradle file:

implementation 'io.adapty:android-sdk:2.6.2'

Gradle Kotlin DSL: Add the following io.adapty : android-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("io.adapty:android-sdk:2.6.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.adapty : android-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "io.adapty" % "android-sdk" % "2.6.2"

Advertisement