flagship-android-compat
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.abtasty</groupId> <artifactId>flagship-android-compat</artifactId> <version>3.1.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.abtasty</groupId> <artifactId>flagship-android-compat</artifactId> <version>3.1.0</version> <packaging>aar</packaging> <name>flagship-android-compat</name> <description>Visit https://developers.flagship.io/ to get started with Flagship.</description> <url>https://github.com/flagship-io/flagship-android</url> <licenses> <license> <name>Apache License 2.0</name> <url>https://github.com/flagship-io/flagship-android/blob/master/LICENSE</url> </license> </licenses> <developers> <developer> <id>raf-abtasty</id> <name>Raphael</name> <email>raphael@abtasty.com</email> </developer> </developers> <scm> <connection>scm:git:github.com/flagship-io/flagship-android.git</connection> <developerConnection>scm:git:ssh:github.com/flagship-io/flagship-android.git</developerConnection> <url>https://github.com/flagship-io/flagship-android/blob/master/</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk7</artifactId> <version>1.9.10</version> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core</artifactId> <version>1.6.4</version> </dependency> <dependency> <groupId>androidx.room</groupId> <artifactId>room-runtime</artifactId> <version>2.6.0</version> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>3.12.12</version> </dependency> <dependency> <groupId>org.conscrypt</groupId> <artifactId>conscrypt-android</artifactId> <version>2.5.1</version> </dependency> </dependencies> </project>