SubscriptionFlow-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.subscriptionflow</groupId> <artifactId>SubscriptionFlow-sdk</artifactId> <version>1.0.0-alpha</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.subscriptionflow</groupId> <artifactId>SubscriptionFlow-sdk</artifactId> <version>1.0.0-alpha</version> <packaging>aar</packaging> <name>SubscriptionFlow-sdk</name> <description>The SubscriptionFlow mobile SDK simplifies the process of incorporating in-app purchases and subscriptions by offering a backend and a wrapper for Google Play Billing. Utilizing our SDK, you can effortlessly develop and oversee your app business across various platforms, eliminating the need for you to handle the intricacies of in-app purchase infrastructure. Further information on how SubscriptionFlow integrates into your app is available, or you can register for free to commence the development process.</description> <url>https://github.com/subscriptionflow-developer/android-sdk</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>subscriptionflow-developer</id> <name>SubscriptionFlow</name> <email>developer@subscriptionflow.com</email> </developer> </developers> <scm> <connection>https://github.com/subscriptionflow-developer/android-sdk.git</connection> <developerConnection>https://github.com/subscriptionflow-developer/android-sdk.git</developerConnection> <url>https://github.com/subscriptionflow-developer/android-sdk</url> </scm> <dependencies> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.6.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.android.material</groupId> <artifactId>material</artifactId> <version>1.10.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.12.5</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.android.billingclient</groupId> <artifactId>billing</artifactId> <version>6.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>4.9.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.8.8</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>logging-interceptor</artifactId> <version>4.9.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>converter-gson</artifactId> <version>2.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>retrofit</artifactId> <version>2.9.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>