mobile-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>cloud.mindbox</groupId> <artifactId>mobile-sdk</artifactId> <version>2.13.0</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>cloud.mindbox</groupId> <artifactId>mobile-sdk</artifactId> <version>2.13.0</version> <packaging>aar</packaging> <name>Mindbox Android SDK</name> <description>Android Mindbox SDK</description> <url>https://github.com/mindbox-cloud/android-sdk</url> <licenses> <license> <name>The Mindbox License</name> <url>https://github.com/mindbox-cloud/android-sdk/blob/master/LICENSE.md</url> </license> </licenses> <developers> <developer> <id>Mindbox</id> <name>Mindbox</name> <email>android-sdk@mindbox.ru</email> </developer> </developers> <scm> <connection>scm:https://github.com/mindbox-cloud/android-sdk.git</connection> <developerConnection>scm:git://github.com/mindbox-cloud/android-sdk.git</developerConnection> <url>https://github.com/mindbox-cloud/android-sdk</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>cloud.mindbox</groupId> <artifactId>mindbox-firebase</artifactId> <version>2.13.0</version> </dependency> <dependency> <groupId>cloud.mindbox</groupId> <artifactId>mindbox-huawei</artifactId> <version>2.13.0</version> </dependency> <dependency> <groupId>cloud.mindbox</groupId> <artifactId>mindbox-rustore</artifactId> <version>2.13.0</version> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-bom</artifactId> <version>1.6.4</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.9.22</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.core</groupId> <artifactId>core-ktx</artifactId> <version>1.7.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.constraintlayout</groupId> <artifactId>constraintlayout</artifactId> <version>2.1.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-android</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>com.android.volley</groupId> <artifactId>volley</artifactId> <version>1.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.8.9</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.room</groupId> <artifactId>room-runtime</artifactId> <version>2.6.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.room</groupId> <artifactId>room-ktx</artifactId> <version>2.6.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.work</groupId> <artifactId>work-runtime-ktx</artifactId> <version>2.7.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-process</artifactId> <version>2.8.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.jakewharton.threetenabp</groupId> <artifactId>threetenabp</artifactId> <version>1.4.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.bumptech.glide</groupId> <artifactId>glide</artifactId> <version>4.15.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>