tempo-android-dependencies
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.tempo-platform</groupId>
<artifactId>tempo-android-dependencies</artifactId>
<version>0.0.3-rc.1</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>io.github.tempo-platform</groupId>
<artifactId>tempo-android-dependencies</artifactId>
<version>0.0.3-rc.1</version>
<packaging>aar</packaging>
<name>tempo-android-dependencies</name>
<description>SDK for Tempo Dependencies Example</description>
<url>https://github.com/Tempo-Platform/tempo-android-dependencies</url>
<licenses>
<license>
<name>MIT license</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>development</id>
<name>development</name>
<email>development@tempoplatform.com</email>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:Tempo-Platform/tempo-android-branded-levels.git</connection>
<developerConnection>scm:git@github.com:Tempo-Platform/tempo-android-branded-levels.git</developerConnection>
<url>https://github.com/Tempo-Platform/tempo-android-branded-levels</url>
</scm>
<dependencies>
<dependency>
<groupId>androidx.annotation</groupId>
<artifactId>annotation</artifactId>
<version>1.6.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.stripe</groupId>
<artifactId>payments-core</artifactId>
<version>[17, 18]</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>lifecycle-viewmodel-ktx</artifactId>
<groupId>androidx.lifecycle</groupId>
</exclusion>
<exclusion>
<artifactId>activity-ktx</artifactId>
<groupId>androidx.activity</groupId>
</exclusion>
<exclusion>
<artifactId>browser</artifactId>
<groupId>androidx.browser</groupId>
</exclusion>
<exclusion>
<artifactId>activity-compose</artifactId>
<groupId>androidx.activity</groupId>
</exclusion>
<exclusion>
<artifactId>fragment-ktx</artifactId>
<groupId>androidx.fragment</groupId>
</exclusion>
<exclusion>
<artifactId>play-services-wallet</artifactId>
<groupId>com.google.android.gms</groupId>
</exclusion>
<exclusion>
<artifactId>lifecycle-livedata-ktx</artifactId>
<groupId>androidx.lifecycle</groupId>
</exclusion>
<exclusion>
<artifactId>kotlinx-coroutines-android</artifactId>
<groupId>org.jetbrains.kotlinx</groupId>
</exclusion>
<exclusion>
<artifactId>annotation</artifactId>
<groupId>androidx.annotation</groupId>
</exclusion>
<exclusion>
<artifactId>lifecycle-viewmodel-savedstate</artifactId>
<groupId>androidx.lifecycle</groupId>
</exclusion>
<exclusion>
<artifactId>dagger</artifactId>
<groupId>com.google.dagger</groupId>
</exclusion>
<exclusion>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
</exclusion>
<exclusion>
<artifactId>kotlin-stdlib-jdk7</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
</exclusion>
<exclusion>
<artifactId>viewbinding</artifactId>
<groupId>androidx.databinding</groupId>
</exclusion>
<exclusion>
<artifactId>recyclerview</artifactId>
<groupId>androidx.recyclerview</groupId>
</exclusion>
<exclusion>
<artifactId>kotlinx-coroutines-core</artifactId>
<groupId>org.jetbrains.kotlinx</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>