rive-android
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>app.rive</groupId>
<artifactId>rive-android</artifactId>
<version>11.4.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>app.rive</groupId>
<artifactId>rive-android</artifactId>
<version>11.4.1</version>
<packaging>aar</packaging>
<name>rive-android</name>
<description>Rive is a real-time interactive design and animation tool. Use our collaborative editor to create motion graphics that respond to different states and user inputs. Then load your animations into apps, games, and websites with our lightweight open-source runtimes.</description>
<url>https://rive.app</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://github.com/rive-app/rive-android/blob/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>erikuggeldahl</id>
<name>Erik Uggeldahl</name>
<email>[email protected]</email>
<roles>
<role>Android DevRel</role>
</roles>
</developer>
<developer>
<id>umberto-sonnino</id>
<name>Umberto Sonnino</name>
<email>[email protected]</email>
<roles>
<role>Original Author</role>
</roles>
</developer>
<developer>
<id>luigi-rosso</id>
<name>Luigi Rosso</name>
<email>[email protected]</email>
<roles>
<role>Founder</role>
<role>CTO</role>
</roles>
</developer>
<developer>
<id>mjtalbot</id>
<name>Maxwell Talbot</name>
<roles>
<role>Original Contributor</role>
</roles>
</developer>
</developers>
<scm>
<connection>scm:git:[email protected]:rive-app/rive-android.git</connection>
<developerConnection>scm:git:ssh://[email protected]:rive-app/rive-android.git</developerConnection>
<url>https://github.com/rive-app/rive-android/</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>androidx.compose</groupId>
<artifactId>compose-bom</artifactId>
<version>2023.10.00</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.9.25</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.volley</groupId>
<artifactId>volley</artifactId>
<version>1.2.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.compose.runtime</groupId>
<artifactId>runtime</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.compose.ui</groupId>
<artifactId>ui</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.compose.ui</groupId>
<artifactId>ui-android</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.core</groupId>
<artifactId>core-ktx</artifactId>
<version>1.17.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.lifecycle</groupId>
<artifactId>lifecycle-runtime-compose</artifactId>
<version>2.9.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.lifecycle</groupId>
<artifactId>lifecycle-runtime-ktx</artifactId>
<version>2.9.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.startup</groupId>
<artifactId>startup-runtime</artifactId>
<version>1.2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.getkeepsafe.relinker</groupId>
<artifactId>relinker</artifactId>
<version>1.4.5</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>